Make sent field visible in customer invoice form view
This commit is contained in:
@@ -30,6 +30,11 @@
|
|||||||
<field name="fiscal_position_id" position="attributes">
|
<field name="fiscal_position_id" position="attributes">
|
||||||
<attribute name="widget">selection</attribute>
|
<attribute name="widget">selection</attribute>
|
||||||
</field>
|
</field>
|
||||||
|
<!-- move sent field and make it visible -->
|
||||||
|
<field name="sent" position="replace"/>
|
||||||
|
<field name="move_id" position="before">
|
||||||
|
<field name="sent"/>
|
||||||
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user