采购单关联产品

This commit is contained in:
liaodanlong
2024-12-26 10:18:17 +08:00
parent 6532af500f
commit c448088906
2 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<field name="inherit_id" ref="purchase.purchase_order_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='order_line']/tree/field[@name='name']" position="after">
<field name="related_product" optional="show"/>
<field name="part_number" optional="show"/>
</xpath>
</field>