修改字段显示位置

This commit is contained in:
胡尧
2025-03-27 15:51:16 +08:00
parent 0ccb7cb3d1
commit 4b6f04aa9d

View File

@@ -18,7 +18,7 @@
<xpath expr="//page/field[@name='order_line']/tree/field[@name='remark']" position="before"> <xpath expr="//page/field[@name='order_line']/tree/field[@name='remark']" position="before">
<field name="supply_method" attrs="{'invisible': [('state', '=', 'draft')], 'required': [('state', '=', 'supply method')]}" /> <field name="supply_method" attrs="{'invisible': [('state', '=', 'draft')], 'required': [('state', '=', 'supply method')]}" />
</xpath> </xpath>
<xpath expr="//field[@name='order_line']/tree/field[@name='glb_url']" position="before"> <xpath expr="//field[@name='order_line']/tree/field[@name='product_template_id']" position="after">
<field name="part_number" optional="show" class="section_and_note_text"/> <field name="part_number" optional="show" class="section_and_note_text"/>
</xpath> </xpath>
<!-- <xpath expr="//field[@name='order_line']/tree/field[@name='remark']" position="before"> --> <!-- <xpath expr="//field[@name='order_line']/tree/field[@name='remark']" position="before"> -->