Easier selection of fiscal position on SO with widget="selection"

This commit is contained in:
Alexis de Lattre
2016-03-18 19:04:13 +01:00
parent 2cbb4dcfb6
commit 907022b31d

View File

@@ -22,6 +22,9 @@
<field name="date_confirm"
attrs="{'invisible': [('state', 'in', ('draft', 'sent'))]}"/>
</field>
<field name="fiscal_position" position="attributes">
<attribute name="widget">selection</attribute>
</field>
</field>
</record>