X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Faccount_voucher%2F__openerp__.py;h=74e9097b57c65746459914b5b19e7fddcc161718;hb=152403769e0cf7828774cacc29515a66ec755c7c;hp=289d26bb258fcb085ce730f24e73299f7cf81f07;hpb=e140748bc7da47df1688a00d86157a63d5492e2b;p=odoo%2Fodoo.git diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index 289d26b..74e9097 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -20,27 +20,20 @@ ############################################################################## { - "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, }