[FIX] account_voucher: missing field used in attrs in payment views
[odoo/odoo.git] / addons / account_voucher / __openerp__.py
index 289d26b..74e9097 100644 (file)
 ##############################################################################
 
 {
-    "name" : "Accounting Voucher Entries",
+    "name" : "eInvoicing & Payments",
     "version" : "1.0",
     "author" : 'OpenERP SA',
     'complexity': "normal",
     "description": """
-Account Voucher module offers an easy way to deal with all the basic requirements of Voucher Entries
-====================================================================================================
+Account Voucher module includes all the basic requirements of Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc.
+====================================================================================================================================
 
-Its increased usabililty allows you to create easily sales/purchases documents but also to encode payments.
-Doing so, you'll be able to see all the open transactions for the selected partner and that will help you
-to reconcile your entry with its invoice.
-
-Account Voucher module multi-currency support
-=============================================
-
-Thanks to the contribution of CampToCamp, the vouchers fully support the multi currency and compute the 
-currency rate difference besides the write off amount. Of course, the accounting entries are also created
-accordingly.
+    * Voucher Entry
+    * Voucher Receipt
+    * Cheque Register
     """,
-    "category" : "Finance",
-    "website" : "http://www.openerp.com",
+    "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" : [],
@@ -55,7 +48,6 @@ accordingly.
         "wizard/account_voucher_unreconcile_view.xml",
         "wizard/account_statement_from_invoice_view.xml",
         "account_voucher_view.xml",
-        "company_view.xml",
         "voucher_payment_receipt_view.xml",
         "voucher_sales_purchase_view.xml",
         "account_voucher_wizard.xml",
@@ -69,12 +61,14 @@ accordingly.
         "test/sales_payment.yml",
         "test/account_voucher_report.yml",
         "test/case1_usd_usd.yml",
-        "test/case2_usd_eur.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,
 }