From e80eb0dc6d790f3c0d1801eec6139aeac4010a43 Mon Sep 17 00:00:00 2001 From: Jay Vora Date: Mon, 27 Oct 2008 14:23:16 +0530 Subject: [PATCH] l10n_fr:Bugfixed for generating charts of accounts and added description for terp file. bzr revid: jvo@tinyerp.com-20081027085316-vs4n523johgxvxdj --- addons/account/account.py | 1 + addons/l10n_fr/__terp__.py | 12 ++++++++++++ addons/l10n_lu/__terp__.py | 6 +++--- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/addons/account/account.py b/addons/account/account.py index 3f436373ef1..9a1b796ef5e 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -1939,6 +1939,7 @@ class wizard_multi_charts_accounts(osv.osv_memory): self.pool._init = True children_acc_template = obj_acc_template.search(cr, uid, [('parent_id','child_of',[obj_acc_root.id])]) + children_acc_template.sort() for account_template in obj_acc_template.browse(cr, uid, children_acc_template): tax_ids = [] for tax in account_template.tax_ids: diff --git a/addons/l10n_fr/__terp__.py b/addons/l10n_fr/__terp__.py index 0eeb3ba5eee..2e5fc8bd3bd 100644 --- a/addons/l10n_fr/__terp__.py +++ b/addons/l10n_fr/__terp__.py @@ -40,6 +40,18 @@ "category" : "Localisation/Account Charts", "website": "http://erp-libre.info", "depends" : ["base", "account", "account_chart", 'base_vat'], + "description": """ + This is the base module to manage the accounting chart for France in Tiny ERP. + + After Installing this module,The Configuration wizard for accounting is launched. + * We have the account templates which can be helpful to generate Charts of Accounts. + * On that particular wizard,You will be asked to pass the name of the company,the chart template to follow,the no. of digits to generate the code for your account and Bank account,currency to create Journals. + Thus,the pure copy of Chart Template is generated. + * This is the same wizard that runs from Financial Managament/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template. + + * This module installs : + The Tax Code chart and taxes for French Accounting. + """, "init_xml" : [], "update_xml" : ["types.xml", "plan-99-03_societe.xml", "taxes.xml","fr_wizard.xml"], "demo_xml" : [], diff --git a/addons/l10n_lu/__terp__.py b/addons/l10n_lu/__terp__.py index 49761b3fdb5..7e0d9e89dbf 100644 --- a/addons/l10n_lu/__terp__.py +++ b/addons/l10n_lu/__terp__.py @@ -4,8 +4,8 @@ "author" : "Tiny", "website" : "http://openerp.com", "category" : "Localisation/Account Charts", - "description": """ -This module install: + "description": """ +This module installs: *the KLUWER Chart of Accounts, *the Tax Code Chart for Luxembourg @@ -21,4 +21,4 @@ This module install: "l10n_lu_report.xml", ], "installable": True -} +}