From 460f09a2867c04b35efccb3eddcffd9c3386ffad Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 29 Mar 2016 14:13:55 +0200 Subject: [PATCH] Short headers and update version number --- partner_external_maps/__openerp__.py | 26 +++---------------- .../partner_external_maps.py | 23 +++------------- partner_external_maps/post_install.py | 23 +++------------- 3 files changed, 10 insertions(+), 62 deletions(-) diff --git a/partner_external_maps/__openerp__.py b/partner_external_maps/__openerp__.py index 78aa7d243..2f3da5b38 100644 --- a/partner_external_maps/__openerp__.py +++ b/partner_external_maps/__openerp__.py @@ -1,29 +1,11 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Partner External Maps module for Odoo -# Copyright (C) 2015 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# -# 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 Akretion (http://www.akretion.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# @author Alexis de Lattre { 'name': 'Partner External Maps', - 'version': '9.0.0.1.0', + 'version': '9.0.1.0.0', 'category': 'Extra Tools', 'license': 'AGPL-3', 'summary': 'Add Map and Map Routing buttons on partner form to ' diff --git a/partner_external_maps/partner_external_maps.py b/partner_external_maps/partner_external_maps.py index 182e524fa..405e0d49b 100644 --- a/partner_external_maps/partner_external_maps.py +++ b/partner_external_maps/partner_external_maps.py @@ -1,24 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Partner External Maps module for Odoo -# Copyright (C) 2015 Akretion (http://www.akretion.com/) -# @author: Alexis de Lattre -# -# 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 Akretion (http://www.akretion.com/) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# @author: Alexis de Lattre from openerp import models, fields, api, _ from openerp.exceptions import Warning diff --git a/partner_external_maps/post_install.py b/partner_external_maps/post_install.py index 736bfda95..059d0d321 100644 --- a/partner_external_maps/post_install.py +++ b/partner_external_maps/post_install.py @@ -1,24 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Partner Address on Map module for Odoo -# Copyright (C) 2015 Akretion (http://www.akretion.com) -# @author: Alexis de Lattre -# -# 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 Akretion (http://www.akretion.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# @author: Alexis de Lattre from openerp import SUPERUSER_ID