From 10539da3b281c6d64cf1bf87157958f40869af3e Mon Sep 17 00:00:00 2001 From: "nch@tinyerp.com" <> Date: Fri, 30 Apr 2010 11:52:31 +0530 Subject: [PATCH] [IMP]:generate chart of account bzr revid: nch@tinyerp.com-20100430062231-b17mlpwi0xpfejmy --- addons/account/account.py | 1 + addons/account/account_view.xml | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/addons/account/account.py b/addons/account/account.py index 6a96fba8e16..c965d2cd0e5 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -2117,6 +2117,7 @@ class wizard_multi_charts_accounts(osv.osv_memory): 'company_id': lambda self, cr, uid, c: self.pool.get('res.users').browse(cr,uid,[uid],c)[0].company_id.id, 'chart_template_id': _get_chart, 'code_digits': lambda *a:6, + 'seq_journal': True } def execute(self, cr, uid, ids, context=None): diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index b72c01f9cf7..515049bba15 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -1698,11 +1698,19 @@
Generate Chart of Accounts from a Chart Template
+ + Generate Chart of Accounts from a Chart Template + + + This will automatically configure your chart of accounts, bank accounts, taxes and journals according to the selected template + 150 + + + 15 + + - -