Reviewers: ,


Please review this at http://codereview.tryton.org/712002/

Affected files:
  M view/account_list.xml
  M view/account_tree.xml
  M view/journal_period_tree.xml
  M view/journal_tree.xml


Index: view/account_list.xml
===================================================================

--- a/view/account_list.xml
+++ b/view/account_list.xml
@@ -5,4 +5,5 @@
     <field name="rec_name"/>
     <field name="company"/>
     <field name="type"/>
+    <field name="active" tree_invisible="1"/>
 </tree>

Index: view/account_tree.xml
===================================================================

--- a/view/account_tree.xml
+++ b/view/account_tree.xml
@@ -7,4 +7,5 @@
     <field name="type"/>
     <field name="parent" tree_invisible="1"/>
     <field name="childs" tree_invisible="1"/>
+    <field name="active" tree_invisible="1"/>
 </tree>

Index: view/journal_period_tree.xml
===================================================================

--- a/view/journal_period_tree.xml
+++ b/view/journal_period_tree.xml
@@ -6,4 +6,5 @@
     <field name="journal"/>
     <field name="period"/>
     <field name="state"/>
+    <field name="active" tree_invisible="1"/>
 </tree>

Index: view/journal_tree.xml
===================================================================

--- a/view/journal_tree.xml
+++ b/view/journal_tree.xml
@@ -5,4 +5,5 @@
     <field name="name"/>
     <field name="code"/>
     <field name="type"/>
+    <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.


Reply via email to