diff options
Diffstat (limited to 'indoteknik_custom/views/account_account_views.xml')
| -rw-r--r-- | indoteknik_custom/views/account_account_views.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_account_views.xml b/indoteknik_custom/views/account_account_views.xml new file mode 100644 index 00000000..45d8a19c --- /dev/null +++ b/indoteknik_custom/views/account_account_views.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<odoo> + <data> + <record id="account_account_view_inherit" model="ir.ui.view"> + <field name="name">account.account.list</field> + <field name="model">account.account</field> + <field name="inherit_id" ref="account.view_account_list"/> + <field name="arch" type="xml"> + <field name="currency_id" position="after"> + <field name="cost_centre_id" options="{'no_create': True}"/> + </field> + </field> + </record> + </data> +</odoo>
\ No newline at end of file |
