Same change on purchase order: widget=selection on fiscal position

This commit is contained in:
Alexis de Lattre
2016-03-18 19:07:42 +01:00
parent 907022b31d
commit 9ad2d0f7e1

View File

@@ -30,6 +30,9 @@
<xpath expr="//field[@name='order_line']/tree/field[@name='product_id']" position="before"> <xpath expr="//field[@name='order_line']/tree/field[@name='product_id']" position="before">
<field name="sequence" invisible="1"/> <field name="sequence" invisible="1"/>
</xpath> </xpath>
<field name="fiscal_position" position="attributes">
<attribute name="widget">selection</attribute>
</field>
</field> </field>
</record> </record>