[FIX] account_voucher: missing field used in attrs in payment views
[odoo/odoo.git] / addons / account_voucher / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index a9bca5d..74e9097
 ##############################################################################
 
 {
-    "name" : "Accounting Voucher Entries",
+    "name" : "eInvoicing & Payments",
     "version" : "1.0",
     "author" : 'OpenERP SA',
-    "description": """Account Voucher module includes all the basic requirements of
-    Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc...
+    '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" : [],
 
         "test/account_voucher.yml",
         "test/sales_receipt.yml",
         "test/sales_payment.yml",
-        "test/account_voucher_report.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:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: