Add name_get() on ir.model

Show state on sale.order tree view
This commit is contained in:
Alexis de Lattre
2019-07-30 23:06:07 +02:00
parent 4b442bd11b
commit dbd600bcd9
3 changed files with 20 additions and 0 deletions

View File

@@ -48,6 +48,9 @@
<field name="amount_total" position="before">
<field name="amount_untaxed" sum="Total Untaxed"/>
</field>
<field name="state" position="attributes">
<attribute name="invisible">0</attribute>
</field>
</field>
</record>