Reviewers: ,
Please review this at http://codereview.tryton.org/713002/
Affected files:
M view/category_list.xml
M view/category_tree.xml
M view/party_tree.xml
Index: view/category_list.xml
===================================================================
--- a/view/category_list.xml
+++ b/view/category_list.xml
@@ -3,4 +3,5 @@
this repository contains the full copyright notices and license terms. -->
<tree string="Categories">
<field name="rec_name" expand="1"/>
+ <field name="active" tree_invisible="1"/>
</tree>
Index: view/category_tree.xml
===================================================================
--- a/view/category_tree.xml
+++ b/view/category_tree.xml
@@ -5,4 +5,5 @@
<field name="name" expand="1"/>
<field name="parent" tree_invisible="1"/>
<field name="childs" tree_invisible="1"/>
+ <field name="active" tree_invisible="1"/>
</tree>
Index: view/party_tree.xml
===================================================================
--- a/view/party_tree.xml
+++ b/view/party_tree.xml
@@ -6,4 +6,5 @@
<field name="name"/>
<field name="lang"/>
<field name="vat_code"/>
+ <field name="active" tree_invisible="1"/>
</tree>
--
--
[email protected] mailing list
---
You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.