purchase_usability: remove code now that upstream fix is merged

This commit is contained in:
Alexis de Lattre
2022-10-27 23:17:34 +02:00
parent 9c7775dabb
commit 50ae5dc9cb

View File

@@ -30,10 +30,6 @@
<field name="date_approve" position="after">
<field name="origin"/>
</field>
<!-- Remove once this PR is merged https://github.com/odoo/odoo/pull/35073 -->
<xpath expr="//field[@name='order_line']/form//field[@name='analytic_tag_ids']" position="attributes">
<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"/>