merge
authorFabien Pinckaers <fp@tinyerp.com>
Tue, 14 Oct 2008 13:41:46 +0000 (15:41 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Tue, 14 Oct 2008 13:41:46 +0000 (15:41 +0200)
bzr revid: fp@tinyerp.com-20081014134146-0l4daj8ylf4b1k7y

1  2 
addons/l10n_lu/__terp__.py
addons/l10n_lu/l10n_lu_wizard.xml

@@@ -2,21 -2,17 +2,21 @@@
          "name" : "l10n_lu",
          "version" : "1.0",
          "author" : "Tiny",
-         "website" : "http://tinyerp.com",
+         "website" : "http://openerp.com",
          "category" : "Vertical Modules/Parametrization",
          "description": """ 
- This module install 
- * the KLUWER Chart of Accounts,
- * the Tax Code Chart for Luxembourg
- * the main taxes used in Luxembourg
- """,
-         "depends" : ["account"],
+ This module install:
+     *the KLUWER Chart of Accounts,
+     *the Tax Code Chart for Luxembourg
+     *the main taxes used in Luxembourg""",
+         "depends" : ["account","base"],
          "init_xml" : [ ],
-         "demo_xml" : [ ],
+         "demo_xml" : [ "account.report.report.csv" ],
 -        "update_xml" : ["l10n_lu_data.xml","l10n_lu_wizard.xml"],
 +        "update_xml" : [
 +            "l10n_lu_data.xml",
++            "l10n_lu_wizard.xml",
 +            "l10n_lu_report.xml",
-             "l10n_lu_wizard.xml"
 +        ],
          "installable": True
  } 
index 0000000,6f4f47c..6820911
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,14 +1,31 @@@
+ <?xml version="1.0"?>
+ <openerp>
+     <data>
+     <record id="config_call_account_template" model="ir.actions.todo">
+         <field name="name">Generate Chart of Accounts from a Chart Template</field>
+         <field name="note">Generate Chart of Accounts from a Chart Template. You will be asked to select the company, the chart template, the no. of digits to generate the code for your accounts 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.</field>
+         <field name="action_id" ref="account.action_wizard_multi_chart"/>
+         <field name="state">open</field>
+     </record>
++        <menuitem 
++            id="legal_lu"
++            parent="account.menu_finance_legal_statement"
++            name="Luxemburg"/>
++
++        <wizard
++            id="wizard_print_vat"
++            menu="False"
++            model="account.tax.code"
++            name="l10n_lu.tax.report.wizard" string="Luxemburg VAT Declaration"/>
++
++        <menuitem 
++            id="legal_lu_vat"
++            parent="legal_lu"
++            action="wizard_print_vat"/>
++
++
+     </data>
+ </openerp>