From 50ce66dec6417d428eff1a22e12c13afd445ce99 Mon Sep 17 00:00:00 2001 From: Javier Carrasco Date: Tue, 14 Jul 2015 11:26:58 -0430 Subject: [PATCH] Update copyright. Update module descriptor to include Eezee-It --- __unported__/crm_claim_rma/__init__.py | 2 ++ __unported__/crm_claim_rma/__openerp__.py | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/__unported__/crm_claim_rma/__init__.py b/__unported__/crm_claim_rma/__init__.py index cf35d06f..258c6d7c 100644 --- a/__unported__/crm_claim_rma/__init__.py +++ b/__unported__/crm_claim_rma/__init__.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- ############################################################################## # +# Copyright 2015 Eezee-It # Copyright 2013 Camptocamp # Copyright 2009-2013 Akretion, # Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau, @@ -20,6 +21,7 @@ # along with this program. If not, see . # ############################################################################## + from . import wizard from . import crm_claim_rma from . import account_invoice diff --git a/__unported__/crm_claim_rma/__openerp__.py b/__unported__/crm_claim_rma/__openerp__.py index c428aa0d..6238d2b8 100644 --- a/__unported__/crm_claim_rma/__openerp__.py +++ b/__unported__/crm_claim_rma/__openerp__.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- ############################################################################## # +# Copyright 2015 Eezee-It # Copyright 2013 Camptocamp # Copyright 2009-2013 Akretion, # Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau, @@ -20,6 +21,7 @@ # along with this program. If not, see . # ############################################################################## + { 'name': 'RMA Claim (Product Return Management)', 'version': '1.1', @@ -66,10 +68,13 @@ Contributors: * Joel Grand-Guillaume * Guewen Baconnier * Yannick Vaucher + * Javier Carrasco """, - 'author': "Akretion, Camptocamp,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com, http://www.camptocamp.com', + 'author': "Akretion, Camptocamp, Eezee-it, " + "Odoo Community Association (OCA)", + 'website': 'http://www.akretion.com, http://www.camptocamp.com, ' + 'http://www.eezee-it.com', 'license': 'AGPL-3', 'depends': ['sale', 'stock',