diff options
Diffstat (limited to 'addons/l10n_mx/views/account_views.xml')
| -rw-r--r-- | addons/l10n_mx/views/account_views.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/l10n_mx/views/account_views.xml b/addons/l10n_mx/views/account_views.xml new file mode 100644 index 00000000..1becc7d5 --- /dev/null +++ b/addons/l10n_mx/views/account_views.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="view_account_journal_form_inherit" model="ir.ui.view"> + <field name="name">account.journal.form</field> + <field name="model">account.journal</field> + <field name="inherit_id" ref="account.view_account_journal_form"/> + <field name="arch" type="xml"> + <field name="restrict_mode_hash_table" position="attributes"> + <attribute name="groups" eval=""/> + </field> + </field> + </record> +</odoo> |
