Add static legal terms on company for invoice and sale

Add product_supplier_code on purchase.order.line
This commit is contained in:
Alexis de Lattre
2021-12-03 17:27:03 +00:00
parent 40b79890fe
commit 6d496ba302
10 changed files with 106 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
<attribute name="groups">analytic.group_analytic_tags</attribute>
</xpath>
<xpath expr="//field[@name='order_line']/tree//field[@name='product_id']" position="after">
<field name="product_supplier_code" optional="hide"/>
<field name="product_barcode" optional="hide"/>
</xpath>
</field>