去掉产品form重复的字段

This commit is contained in:
胡尧
2025-04-24 14:31:22 +08:00
parent d16d47dfbe
commit 40137ba69c
2 changed files with 3 additions and 3 deletions

View File

@@ -360,10 +360,10 @@
<field name="categ_id" position="replace">
<field name='categ_id' invisible="1"/>
</field>
<field name="product_tag_ids" position="after">
<!-- <field name="product_tag_ids" position="after">
<field name="default_code" attrs="{'invisible': [('product_variant_count', '&gt;', 1)]}"/>
<field name="barcode" attrs="{'invisible': [('product_variant_count', '&gt;', 1)]}"/>
</field>
</field> -->
</field>
</record>
<record id="sale.product_template_action" model="ir.actions.act_window">