update brc relate

This commit is contained in:
Ivan Office
2024-05-09 07:05:51 +08:00
parent 1096634029
commit 7d57066163
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
{
'name': '2023最新中国会计科目表.企业标准会计.Latest Chinese Accounting for odoo16',
'version': '16.23.09.18',
'version': '16.24.05.09',
'author': 'odooai.cn',
'category': 'Accounting/Localizations/Account Charts',
'website': 'https://www.odooai.cn',

View File

@@ -11,8 +11,9 @@
<attribute name="default_order">code</attribute>
</xpath>
<xpath expr="field[@name='account_type']" position="after">
<field name="group_id"/>
<field name="tag_ids" widget="many2many_tags"/>
<field name="parent_id" optional="show"/>
<field name="group_id" optional="hide"/>
<field name="tag_ids" widget="many2many_tags" optional="show"/>
</xpath>
</field>
</record>