From 70cfd3b2258596b6fb653cd6e996268dfe6c8165 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Mon, 29 Jun 2015 11:58:24 +0200 Subject: [PATCH] [FIX] __openerp__.py --- .../__openerp__.py | 22 ++++--------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/account_import_line_multicurrency_extension/__openerp__.py b/account_import_line_multicurrency_extension/__openerp__.py index 52c7dff99..4c5d2e7fd 100644 --- a/account_import_line_multicurrency_extension/__openerp__.py +++ b/account_import_line_multicurrency_extension/__openerp__.py @@ -18,35 +18,21 @@ # along with this program. If not, see . # ############################################################################## -{'name': 'Payment Order Extension', - 'summary': 'Add an improved view for payment order', +{'name': 'Bank Statement Multi currency Extension', + 'summary': 'Add an improved view for move line import in bank statement', 'version': '1.1', 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainter': 'Camptocamp', 'category': 'Accounting', - 'depends': ['account_payment','account'], - 'description': """ -Payment Order -================== - -Add improved move line selection for multi-currency - -Contributors ------------- - -* Vincent revaville -""", + 'depends': ['account'], 'website': 'http://www.camptocamp.com', - 'data': ['view/payment_view.xml', - 'view/account_statement_from_invoice_view.xml', + 'data': ['view/account_statement_from_invoice_view.xml', 'view/bank_statement_view.xml', ], 'tests': [], 'installable': True, - 'auto_install': False, 'license': 'AGPL-3', 'conflicts': [ 'account_banking_payment_export', ], - 'application': False, }