We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33d0ffe + 28221cf commit a52b9e1Copy full SHA for a52b9e1
spp_ent_trans/views/inkind_transactions_view.xml
@@ -23,8 +23,8 @@
23
<field name="quantity" />
24
<field name="uom_id" options="{'no_open':true,'no_create':true}" optional="hide" />
25
<field name="currency_id" options="{'no_open':true,'no_create':true}" optional="hide" />
26
- <field name="amount_charged_by_service_point" />
27
- <field name="value_remaining" />
+ <field name="amount_charged_by_service_point" column_invisible="1" />
+ <field name="value_remaining" column_invisible="1" />
28
</tree>
29
</field>
30
</record>
0 commit comments