From b18552c86871f839fdb27ddb1a19c4412220eace Mon Sep 17 00:00:00 2001 From: Mourad Elhadj Mimoune Date: Wed, 22 Mar 2017 14:37:55 +0100 Subject: [PATCH] [FIX] add Camptocamp to author --- sale_exception/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_exception/__manifest__.py b/sale_exception/__manifest__.py index f7048b33b77..b274b431507 100644 --- a/sale_exception/__manifest__.py +++ b/sale_exception/__manifest__.py @@ -6,7 +6,7 @@ 'summary': 'Custom exceptions on sale order', 'version': '10.0.2.0.0', 'category': 'Generic Modules/Sale', - 'author': "Akretion, Sodexis, Odoo Community Association (OCA)", + 'author': "Akretion, Sodexis, Camptocamp, Odoo Community Association (OCA)", 'website': 'http://www.akretion.com', 'depends': ['sale', 'base_exception'], 'license': 'AGPL-3',