From dd4bb842087b4b35957877ba4b9c820484bb00f0 Mon Sep 17 00:00:00 2001 From: Benoit Guillot Date: Mon, 24 Sep 2012 15:30:20 +0200 Subject: [PATCH] [IMP] Add message in description to inform the user to use the refactor in akretion addons --- crm_claim_rma/__openerp__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index c39697e7..ae9ce9bd 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -38,6 +38,11 @@ Upgrade the standard crm_claim module to add : * access to related customer data (orders, invoices, refunds, picking in/out) THIS MODULE REPLACES Akretion stock_rma from V6.0 + +WARNING : To use the module in V6.1 you need a refactor of the function refund +in the module account from the addons. You can find the refactor at the revisions 6933 and 6934 +on this branch : https://code.launchpad.net/~akretion-team/openobject-addons/openobject-addons-61-akretion + """, 'author': 'esamyn', 'website': 'http://www.erp-236.com',