[IMP] add tag 'sheet' into form view of hs.code

This commit is contained in:
Yu Weng
2022-06-17 16:16:58 +02:00
parent 2cec5b4f23
commit 7df432d9d2

View File

@@ -55,6 +55,7 @@
<field name="model">hs.code</field> <field name="model">hs.code</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="H.S. Code"> <form string="H.S. Code">
<sheet>
<field name="active" invisible="1" /> <field name="active" invisible="1" />
<widget <widget
name="web_ribbon" name="web_ribbon"
@@ -96,6 +97,7 @@
<field name="description" /> <field name="description" />
<field name="company_id" groups="base.group_multi_company" /> <field name="company_id" groups="base.group_multi_company" />
</group> </group>
</sheet>
</form> </form>
</field> </field>
</record> </record>