[IMP]: account: l10n fullness and inheritancy: Give default value on Visible field...
authorron@tinyerp.com <>
Tue, 2 Aug 2011 11:34:47 +0000 (17:04 +0530)
committerron@tinyerp.com <>
Tue, 2 Aug 2011 11:34:47 +0000 (17:04 +0530)
bzr revid: ron@tinyerp.com-20110802113447-aa8u53dfj2nap1ei

addons/account/account.py

index 9a8854a..fcd1d3b 100644 (file)
@@ -2493,6 +2493,10 @@ class account_chart_template(osv.osv):
         'property_account_expense_opening': fields.many2one('account.account.template', 'Opening Entries Expense Account'),
     }
 
+    _defaults = {
+        'visible': True,
+    }
+
 account_chart_template()
 
 class account_tax_template(osv.osv):