This commit is contained in:
Bakry 2025-08-06 15:34:43 +03:00
parent 83c263e8b8
commit e164f8be85
2 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,7 @@
<tree>
<field name="name"/>
<field name="code"/>
<field name="company_id" />
<field name="category_id"/>
<field name="sequence" invisible="1"/>
<field name="register_id"/>

View File

@ -159,6 +159,9 @@
<xpath expr="//field[@name='register_id']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
<xpath expr="//field[@name='code']" position="after">
<field name="company_id" />
</xpath>
</field>
</record>
</data>