summaryrefslogtreecommitdiff
path: root/fixco_custom/views/account_lock_date.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/views/account_lock_date.xml')
-rw-r--r--fixco_custom/views/account_lock_date.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/fixco_custom/views/account_lock_date.xml b/fixco_custom/views/account_lock_date.xml
new file mode 100644
index 0000000..46705cb
--- /dev/null
+++ b/fixco_custom/views/account_lock_date.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<odoo>
+ <data>
+ <record id="account_lock_date_inherit_wizard" model="ir.ui.view">
+ <field name="name">account.lock.date.inherit.wizard</field>
+ <field name="model">account.lock.date</field>
+ <field name="inherit_id" ref="base_accounting_kit.account_update_lock_date_form_view"/>
+ <field name="arch" type="xml">
+ <field name="fiscalyear_lock_date" position="after">
+ <field name="excluded_user_ids"/>
+ </field>
+ </field>
+ </record>
+ </data>
+</odoo>