- column_invisible
Whether the column is visible (
False
) or hidden (True
), as a Python expression that evaluates to a bool.Unlike
invisible
, it affects the entire column, and is evaluated without the subtree values.Example
<field name="product_is_late" column_invisible="parent.has_late_products == False"/> <button type="object" name="action_confirm" column_invisible="context.get('hide_confirm')"/>
- Requirement
Optional
- Type
- Default
False