Reviewers: , Description: trytond: Add field 'active' to view definition (issue #3176)
Please review this at http://codereview.tryton.org/827002/ Affected files: M trytond/ir/view/ui_menu_list.xml Index: trytond/ir/view/ui_menu_list.xml =================================================================== --- a/trytond/ir/view/ui_menu_list.xml +++ b/trytond/ir/view/ui_menu_list.xml @@ -3,4 +3,5 @@ this repository contains the full copyright notices and license terms. --> <tree string="Menu"> <field name="complete_name" icon="icon" expand="1"/> + <field name="active" tree_invisible="1"/> </tree>