From 63c4997dbe712a4260c0ebe1f2c4c82416b39901 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 14 Jul 2015 15:07:30 +0200 Subject: [PATCH] Remove list of conflicting module. Both modules can be installed and will work in parallele. Thought the workflow logic is different. --- account_import_line_multicurrency_extension/__openerp__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/account_import_line_multicurrency_extension/__openerp__.py b/account_import_line_multicurrency_extension/__openerp__.py index 4c5d2e7fd..161de8b6d 100644 --- a/account_import_line_multicurrency_extension/__openerp__.py +++ b/account_import_line_multicurrency_extension/__openerp__.py @@ -32,7 +32,4 @@ 'tests': [], 'installable': True, 'license': 'AGPL-3', - 'conflicts': [ - 'account_banking_payment_export', - ], }