[IMP]: account: l10n fullness and inheritancy: Give default value on Visible field on account chart template

bzr revid: ron@tinyerp.com-20110802113447-aa8u53dfj2nap1ei
This commit is contained in:
ron@tinyerp.com 2011-08-02 17:04:47 +05:30
parent c43d066638
commit ddc6ce68be
1 changed files with 4 additions and 0 deletions

View 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):