l10n_fr:Bugfixed for generating charts of accounts and added description for terp...
authorJay Vora <jvo@tinyerp.com>
Mon, 27 Oct 2008 08:53:16 +0000 (14:23 +0530)
committerJay Vora <jvo@tinyerp.com>
Mon, 27 Oct 2008 08:53:16 +0000 (14:23 +0530)
bzr revid: jvo@tinyerp.com-20081027085316-vs4n523johgxvxdj

addons/account/account.py
addons/l10n_fr/__terp__.py
addons/l10n_lu/__terp__.py

index 3f43637..9a1b796 100644 (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:
index 0eeb3ba..2e5fc8b 100644 (file)
     "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" : [],
index 49761b3..7e0d9e8 100644 (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
-} 
+}