l10n_fr:Bugfixed for generating charts of accounts and added description for terp...
[odoo/odoo.git] / addons / l10n_lu / __terp__.py
1 {
2         "name" : "Luxembourg - Plan Comptable Minimum Normalise",
3         "version" : "1.0",
4         "author" : "Tiny",
5         "website" : "http://openerp.com",
6         "category" : "Localisation/Account Charts",
7         "description": """
8 This module installs:
9
10     *the KLUWER Chart of Accounts,
11     *the Tax Code Chart for Luxembourg
12     *the main taxes used in Luxembourg""",
13         "depends" : ["account","account_report","base_vat","base_iban"],
14         "init_xml" : [ ],
15         "demo_xml" : ["account.report.report.csv"],
16         "update_xml" : [
17             "account.tax.code.template.csv",
18             "l10n_lu_data.xml",
19             "account.tax.template.csv",
20             "l10n_lu_wizard.xml",
21             "l10n_lu_report.xml",
22         ],
23         "installable": True
24 }