l10n_fr:Bugfixed for generating charts of accounts and added description for terp file.

bzr revid: jvo@tinyerp.com-20081027085316-vs4n523johgxvxdj
This commit is contained in:
Jay Vora 2008-10-27 14:23:16 +05:30
parent 6bb2d489bd
commit e80eb0dc6d
3 changed files with 16 additions and 3 deletions

View File

@ -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:

View File

@ -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" : [],

View File

@ -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
}
}