单个制造显示问题

This commit is contained in:
gqh
2023-01-29 16:33:56 +08:00
parent a7edb142c8
commit 16cffc3ba5

View File

@@ -84,8 +84,6 @@
<field name="inherit_id" ref="product.product_template_form_view"/> <field name="inherit_id" ref="product.product_template_form_view"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//group[@name='operations']" position="inside"> <xpath expr="//group[@name='operations']" position="inside">
<group>
</group>
<group string="订单规则"> <group string="订单规则">
<field name="single_manufacturing" string="单个制造" widget="checkbox"/> <field name="single_manufacturing" string="单个制造" widget="checkbox"/>
</group> </group>