diff --git a/addons/account/account.py b/addons/account/account.py index d501f35cbc7..f0c16d8586c 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -3031,6 +3031,7 @@ class wizard_multi_charts_accounts(osv.osv_memory): return res def fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False): + if context is None:context = {} res = super(wizard_multi_charts_accounts, self).fields_view_get(cr, uid, view_id=view_id, view_type=view_type, context=context, toolbar=toolbar,submenu=False) cmp_select = [] acc_template_obj = self.pool.get('account.chart.template') diff --git a/addons/account/account_installer.xml b/addons/account/account_installer.xml index 8c2865ea9b9..c12fe321edf 100644 --- a/addons/account/account_installer.xml +++ b/addons/account/account_installer.xml @@ -10,20 +10,10 @@
Accounting Application Configuration
- - Configure Your Chart of Accounts - - - The default Chart of Accounts is matching your country selection. If no certified Chart of Accounts exists for your specified country, a generic one can be installed and will be selected by default. - Configure - - 23 - - - + @@ -35,7 +25,11 @@ - + + + Configure Your Chart of Accounts + diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index 0cc04beeaf9..96a0ab609f8 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -50,23 +50,25 @@ account.invoice.line form -
- - -