[FIX] account_voucher: missing field used in attrs in payment views
[odoo/odoo.git] / addons / account_voucher / __openerp__.py
index 531ae84..74e9097 100644 (file)
 ##############################################################################
 
 {
-    "name" : "Accounting Voucher Entries",
+    "name" : "eInvoicing & Payments",
     "version" : "1.0",
-    "author" : 'OpenERP SA & Axelor',
-    "description": """Account Voucher module includes all the basic requirements of
-    Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc...
+    "author" : 'OpenERP SA',
+    'complexity': "normal",
+    "description": """
+Account Voucher module includes all the basic requirements of Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc.
+====================================================================================================================================
+
     * Voucher Entry
     * Voucher Receipt
     * Cheque Register
     """,
-    "category" : "Generic Modules/Accounting",
+    "category": 'Accounting & Finance',
     "website" : "http://tinyerp.com",
+    "images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"],
     "depends" : ["account"],
     "init_xml" : [],
 
 
     "update_xml" : [
         "security/ir.model.access.csv",
-        "voucher_sequence.xml",
-        "voucher_workflow.xml",
-        "voucher_report.xml",
+        "account_voucher_sequence.xml",
+        "account_voucher_workflow.xml",
+        "account_voucher_report.xml",
         "wizard/account_voucher_unreconcile_view.xml",
         "wizard/account_statement_from_invoice_view.xml",
-        "voucher_view.xml",
+        "account_voucher_view.xml",
         "voucher_payment_receipt_view.xml",
         "voucher_sales_purchase_view.xml",
-        "voucher_wizard.xml",
+        "account_voucher_wizard.xml",
+        "account_voucher_pay_invoice.xml",
+        "report/account_voucher_sales_receipt_view.xml",
         "security/account_voucher_security.xml"
     ],
     "test" : [
-#         "test/account_voucher.yml",
-#          "test/sales_receipt.yml",
-#          "test/sales_payment.yml",
-            "test/account_voucher_report.yml"
+        "test/account_voucher.yml",
+        "test/sales_receipt.yml",
+        "test/sales_payment.yml",
+        "test/account_voucher_report.yml",
+        "test/case1_usd_usd.yml",
+        "test/case2_usd_eur_debtor_in_eur.yml",
+        "test/case2_usd_eur_debtor_in_usd.yml",
+        "test/case3_eur_eur.yml",
+        "test/case4_cad_chf.yml",
     ],
     'certificate': '0037580727101',
     "active": False,
+    "application": True,
     "installable": True,
 }
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: