Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

not to display column tree odoo 8

<field name="arch" type="xml">    <tree string="the tree">        <field name="group_name" invisible="1"/>        <field name="date_register" attrs="{'column_invisible':[('parent.some_field_in_parent_record', '==', True)]}"/>
Source by www.odoo.com #
 
PREVIOUS NEXT
Tagged: #display #column #tree #odoo
ADD COMMENT
Topic
Name
3+7 =