[FIX] account_voucher: missing field used in attrs in payment views
[odoo/odoo.git] / addons / account_voucher / __openerp__.py
index 031d9f1..74e9097 100644 (file)
@@ -20,7 +20,7 @@
 ##############################################################################
 
 {
-    "name" : "Accounting Voucher Entries",
+    "name" : "eInvoicing & Payments",
     "version" : "1.0",
     "author" : 'OpenERP SA',
     'complexity': "normal",
@@ -32,7 +32,7 @@ Account Voucher module includes all the basic requirements of Voucher Entries fo
     * Voucher Receipt
     * Cheque Register
     """,
-    "category" : "Hidden",
+    "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"],
@@ -63,11 +63,12 @@ Account Voucher module includes all the basic requirements of Voucher Entries fo
         "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",
+        "test/case3_eur_eur.yml",
+        "test/case4_cad_chf.yml",
     ],
     'certificate': '0037580727101',
     "active": False,
+    "application": True,
     "installable": True,
 }