Make sent field visible in customer invoice form view

This commit is contained in:
Alexis de Lattre
2017-11-30 23:17:55 +01:00
parent 760ba7877e
commit 7b6fae6247

View File

@@ -30,6 +30,11 @@
<field name="fiscal_position_id" position="attributes">
<attribute name="widget">selection</attribute>
</field>
<!-- move sent field and make it visible -->
<field name="sent" position="replace"/>
<field name="move_id" position="before">
<field name="sent"/>
</field>
</field>
</record>