ztree zchart mods 18

This commit is contained in:
Chill
2024-12-09 11:24:18 +08:00
parent 8d407027de
commit 25eee97e09
104 changed files with 1945 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<odoo>
<data>
<!-- hr -->
<record id="app_view_account_form" model="ir.ui.view">
<field name="name">app.account.account.form</field>
<field name="model">account.account</field>
<field name="inherit_id" ref="account.view_account_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='parent_id']" position="attributes">
<attribute name="widget">ztree_select</attribute>
</xpath>
</field>
</record>
</data>
</odoo>