This codes is under the tree view.
<field name="price_subtotal" attrs="{'invisible': [('discount', '=', False)]}"/>
It isn't working, besides it only hides the value not the entire column.
But if I used invisible="1", it works but i need a condition like the codes above.
Any help would be a big thing.
Thanks in advance.