diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-24 15:28:52 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-24 15:28:52 +0700 |
| commit | 099dc9e41b2f9098eebb00ea895232e4c943d83c (patch) | |
| tree | ac43474b4009b6c0d5c64523a0d8343e5492697a /fixco_custom/views/account_lock_date.xml | |
| parent | 6274e53f46c38682c29334a9101561a8dbd53aff (diff) | |
<Miqdad> lock date
Diffstat (limited to 'fixco_custom/views/account_lock_date.xml')
| -rw-r--r-- | fixco_custom/views/account_lock_date.xml | 15 |
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> |
