From 51f70505860f14802d7de492ffcca030d566342a Mon Sep 17 00:00:00 2001 From: Julien Thewys Date: Tue, 15 Dec 2015 08:21:46 +0100 Subject: [PATCH] [REF] partner_industry: cosmetic fit --- partner_industry/__openerp__.py | 26 +++----------------------- partner_industry/model/industry.py | 21 ++------------------- partner_industry/model/partner.py | 21 ++------------------- 3 files changed, 7 insertions(+), 61 deletions(-) diff --git a/partner_industry/__openerp__.py b/partner_industry/__openerp__.py index 44a4f6510..99e65ea00 100644 --- a/partner_industry/__openerp__.py +++ b/partner_industry/__openerp__.py @@ -1,31 +1,11 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Author: Jacques-Etienne Baudoux -# Copyright 2015 BCIM sprl -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - +# © 2015 Jacques-Etienne Baudoux +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Partner Industry Sector', - 'version': '1.0', + 'version': '8.0.1.0', 'author': "BCIM,Odoo Community Association (OCA)", - 'maintainer': 'BCIM', 'category': 'Sales Management', - 'complexity': 'easy', 'depends': ['base'], 'website': 'http://www.bcim.be', 'data': [ diff --git a/partner_industry/model/industry.py b/partner_industry/model/industry.py index 60754d38c..70b71d007 100644 --- a/partner_industry/model/industry.py +++ b/partner_industry/model/industry.py @@ -1,23 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Author: Jacques-Etienne Baudoux -# Copyright 2015 BCIM sprl -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# © 2015 Jacques-Etienne Baudoux +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp.osv import fields, orm diff --git a/partner_industry/model/partner.py b/partner_industry/model/partner.py index 915c6f655..c34da0361 100644 --- a/partner_industry/model/partner.py +++ b/partner_industry/model/partner.py @@ -1,23 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Author: Jacques-Etienne Baudoux -# Copyright 2015 BCIM sprl -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# © 2015 Jacques-Etienne Baudoux +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp.osv import fields, orm