*improved name of module
[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 install:
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             "l10n_lu_data.xml",
18             "l10n_lu_wizard.xml",
19             "l10n_lu_report.xml",
20         ],
21         "installable": True
22