diff --git a/partner_group/__init__.py b/partner_group/__init__.py old mode 100755 new mode 100644 index e337563..4d8ae82 --- a/partner_group/__init__.py +++ b/partner_group/__init__.py @@ -1,20 +1,4 @@ - -# -*- encoding: utf-8 -*- -############################################################################## -# -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## +# -*- coding: utf-8 -*- +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import models diff --git a/partner_group/__openerp__.py b/partner_group/__openerp__.py old mode 100755 new mode 100644 index 6578c46..d25a2ed --- a/partner_group/__openerp__.py +++ b/partner_group/__openerp__.py @@ -1,34 +1,26 @@ - -# -*- encoding: utf-8 -*- -############################################################################## -# -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## +# -*- coding: utf-8 -*- +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { "name": "Partner group", - "version": "1.0", - "author": "OdooMRP team," - "AvanzOSC," - "Serv. Tecnol. Avanzados - Pedro M. Baeza", - 'website': "http://www.odoomrp.com", - 'contributors': ["Daniel Campos ", - "Pedro M. Baeza ", - "Ana Juaristi "], - "depends": ['base'], + "version": "8.0.1.0.0", + "license": "AGPL-3", + "author": "OdooMRP team, " + "AvanzOSC, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + "website": "http://www.odoomrp.com", + "contributors": [ + "Daniel Campos ", + "Pedro M. Baeza ", + "Ana Juaristi ", + ], + "depends": [ + "base", + ], "category": "Generic Modules", - "data": ['views/res_partner_view.xml'], - "installable": True + "data": [ + "views/res_partner_view.xml", + ], + "installable": True, } diff --git a/partner_group/models/__init__.py b/partner_group/models/__init__.py old mode 100755 new mode 100644 index c34e9d5..9792e6f --- a/partner_group/models/__init__.py +++ b/partner_group/models/__init__.py @@ -1,20 +1,4 @@ - -# -*- encoding: utf-8 -*- -############################################################################## -# -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## +# -*- coding: utf-8 -*- +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import partner diff --git a/partner_group/models/partner.py b/partner_group/models/partner.py index 4d70005..ce06b9c 100644 --- a/partner_group/models/partner.py +++ b/partner_group/models/partner.py @@ -1,21 +1,5 @@ - -# -*- encoding: utf-8 -*- -############################################################################## -# -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## +# -*- coding: utf-8 -*- +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from openerp import models, fields diff --git a/partner_group/views/res_partner_view.xml b/partner_group/views/res_partner_view.xml index 49bc049..5399a71 100644 --- a/partner_group/views/res_partner_view.xml +++ b/partner_group/views/res_partner_view.xml @@ -23,10 +23,12 @@ - + - +