合并dev

This commit is contained in:
gqh
2023-02-09 14:34:43 +08:00
parent 2c753b93ca
commit f007542c35
3 changed files with 8 additions and 14 deletions

View File

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