Browse Source

[LICENSE] relicensing to LGPL

pull/323/head
David Arnold 8 years ago
parent
commit
454a398915
  1. 6
      base_location/README.rst
  2. 23
      base_location/__init__.py
  3. 25
      base_location/__manifest__.py
  4. 51
      base_location/commit_history_before_license_change
  5. 6
      base_location/models/__init__.py
  6. 23
      base_location/models/better_zip.py
  7. 24
      base_location/models/company.py
  8. 24
      base_location/models/partner.py
  9. 24
      base_location/models/state.py
  10. 5
      base_location/tests/__init__.py
  11. 5
      base_location/tests/test_completion.py

6
base_location/README.rst

@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
=======================
Enhanced ZIP management

23
base_location/__init__.py

@ -1,24 +1,5 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Author: Nicolas Bessi. Copyright Camptocamp SA
# Contributor: Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
# Ignacio Ibeas <ignacio@acysos.com>
# Alejandro Santana <alejandrosantana@anubia.es>
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
# Copyright 2016 Nicolas Bessi, Copyright Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
from . import models

25
base_location/__manifest__.py

@ -1,25 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Author: Nicolas Bessi. Copyright Camptocamp SA
# Contributor: Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
# Ignacio Ibeas <ignacio@acysos.com>
# Alejandro Santana <alejandrosantana@anubia.es>
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
# Copyright 2016 Nicolas Bessi, Copyright Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
'name': 'Location management (aka Better ZIP)',
'version': '9.0.1.0.0',
@ -29,7 +10,7 @@
"Alejandro Santana,"
"Serv. Tecnol. Avanzados - Pedro M. Baeza,"
"Odoo Community Association (OCA)",
'license': "AGPL-3",
'license': "LGPL-3",
'contributors': [
'Nicolas Bessi <nicolas.bessi@camptocamp.com>',
'Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>',

51
base_location/commit_history_before_license_change

@ -0,0 +1,51 @@
3e8e73a - Pedro M. Baeza <pedro.baeza@gmail.com>, 4 weeks ago : [MIG] Rename manifest files
9c081d7 - Pedro M. Baeza <pedro.baeza@gmail.com>, 4 weeks ago : [MIG] Make modules uninstallable
267bfc5 - OCA Transbot <transbot@odoo-community.org>, 7 weeks ago : OCA Transbot updated translations from Transifex
edb5fb9 - Stéphane Bidoul (ACSONE) <stephane.bidoul@acsone.eu>, 3 months ago : [FIX] remove en.po that was erroneously created by transbot
77f8cbe - OCA Transbot <transbot@odoo-community.org>, 5 months ago : OCA Transbot updated translations from Transifex
157682b - OCA Transbot <transbot@odoo-community.org>, 6 months ago : OCA Transbot updated translations from Transifex
fde972c - OCA Transbot <transbot@odoo-community.org>, 6 months ago : OCA Transbot updated translations from Transifex
d032724 - OCA Transbot <transbot@odoo-community.org>, 7 months ago : OCA Transbot updated translations from Transifex
1e3537d - OCA Transbot <transbot@odoo-community.org>, 7 months ago : OCA Transbot updated translations from Transifex
5ed8572 - OCA Transbot <transbot@odoo-community.org>, 8 months ago : OCA Transbot updated translations from Transifex
bcfdf8a - OCA Transbot <transbot@odoo-community.org>, 10 months ago : OCA Transbot updated translations from Transifex
720086e - OCA Transbot <transbot@odoo-community.org>, 11 months ago : OCA Transbot updated translations from Transifex
0afaa22 - Yannick Vaucher <yannick.vaucher@camptocamp.com>, 1 year, 1 month ago : Add tests on onchanges
76e71c7 - Yannick Vaucher <yannick.vaucher@camptocamp.com>, 1 year, 1 month ago : base_location - Adapt views to 9.0
d39125a - Yannick Vaucher <yannick.vaucher@camptocamp.com>, 1 year, 1 month ago : base_location - Update README.rst
2fae2ac - Yannick Vaucher <yannick.vaucher@camptocamp.com>, 1 year, 1 month ago : Set base_location as installable
0ba1b25 - Pedro M. Baeza <pedro.baeza@gmail.com>, 1 year, 1 month ago : [MIG] Make modules uninstallable
53275d3 - Stéphane Bidoul <stephane.bidoul@acsone.eu>, 1 year, 1 month ago : [UPD] prefix versions with 8.0
5df1b51 - OCA Transbot <transbot@odoo-community.org>, 1 year, 1 month ago : OCA Transbot updated translations from Transifex
d88c9a8 - OCA Transbot <transbot@odoo-community.org>, 1 year, 2 months ago : OCA Transbot updated translations from Transifex
69cbd81 - Alex Comba <alex.comba@agilebg.com>, 1 year, 5 months ago : Merge pull request #124 from hhgabelgaard/8.0
728f1af - Hans Henrik Gabelgaard <hhg@gabelgaard.org>, 1 year, 5 months ago : Translated to Danish
3a70103 - Pedro M. Baeza <pedro.baeza@gmail.com>, 1 year, 7 months ago : Merge pull request #99 from jjscarafia/8.0
e60b6c7 - Pedro M. Baeza <pedro.baeza@gmail.com>, 1 year, 7 months ago : Merge pull request #97 from savoirfairelinux/base_location_data
fb671fc - Pedro M. Baeza <pedro.baeza@gmail.com>, 1 year, 7 months ago : [IMP] base_location*: Expand authors
49cdf3a - Juan Jose Scarafia <scarafia.juanjose@gmail.com>, 1 year, 7 months ago : FIX Use old name_get method to compute display_name field
3d580c6 - Juan Jose Scarafia <scarafia.juanjose@gmail.com>, 1 year, 7 months ago : IMP Create new computed stored field 'display_name' that use zip, city, state and country in order to allow search using '%' from the m2o widget
d6c7d39 - Sandy Carter <sandy.carter@savoirfairelinux.com>, 1 year, 8 months ago : Add demo data
a52694d - Pedro M. Baeza <pedro.baeza@gmail.com>, 1 year, 8 months ago : [IMP] base_location_geonames_import: Several improvements and added hooks * Added Icon. * Improve module description and extracted to README.rst. * Pass country instead of country_id for advance comparisons. * Allow to transform city name. * Some code style. * Do not remove all entries of a country, but only not found. * Include hooks for transforming some things. * Include spanish translation.
de1b5b2 - Alexandre Fayolle <alexandre.fayolle@camptocamp.com>, 1 year, 8 months ago : Add OCA as author of OCA addons
9724307 - Alejandro Santana <alejandrosantana@anubia.es>, 1 year, 9 months ago : [FIX] base_location: Removed unnecesary temporary variable.
f7f02a6 - Alejandro Santana <alejandrosantana@anubia.es>, 1 year, 9 months ago : [FIX] base_location: Fix flake8 error, views naming, removing deprecated fields. Also use @api.one in onchanges. Using now spaces instead of tabs in xml files.
ff3c3bd - Alejandro Santana <alejandrosantana@anubia.es>, 1 year, 10 months ago : [FIX] base_contact: Fixed PEP8. [IMP] base_location: Removed non-relevan currency_id column on country tree view, enhanced description and manidest, addded README.rst file.
9c82d94 - Alejandro Santana <alejandrosantana@anubia.es>, 1 year, 10 months ago : [IMP] base_location: Updated to v8 syntax and uses. Added filters in some views. Added two columns in respective tree views.
7f5e990 - Hans Henrik Gabelgaard <hhg@gabelgaard.org>, 1 year, 10 months ago : Danish translation
a366a5a - Alexis de Lattre <alexis@via.ecp.fr>, 1 year, 10 months ago : base_location: Don't position zip_id after street2, to avoid layout issues with module partner_address_street3
6263461 - Franco Tampieri <franco.tampieri@abstract.it>, 2 years, 1 month ago : [Fix] Removed my contributor lines
17c8d43 - Franco Tampieri <franco.tampieri@abstract.it>, 2 years, 1 month ago : [Add] Add italian translation, change field class to edit-only for better-zip field
9db6903 - Sandy Carter <bwrsandman@gmail.com>, 2 years, 2 months ago : Fix pep8 (line length)
65603cc - Lorenzo Battistini <lorenzo.battistini@agilebg.com>, 2 years, 3 months ago : [FIX] base_location PEP8
43f85b7 - Sandy Carter <sandy.carter@savoirfairelinux.com>, 2 years, 4 months ago : Fix pep8
08a8d15 - unknown <sandy.carter@savoirfairelinux.com>, 2 years, 8 months ago : [FIX] base_location - Add context propagation to base_location
de58ee7 - Sandy Carter <sandy.carter@savoirfairelinux.com>, 2 years, 9 months ago : [FIX] Add context propagation to base_location
85ba316 - Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>, 2 years, 10 months ago : [IMP] base_location: create_name_field for zip_id and added field for contact form.
52af681 - Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>, 2 years, 11 months ago : [IMP] base_location: Make ZIP code optional
0a1f7ad - Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>, 3 years, 3 months ago : [FIX] base_location: Changed partner view to avoid extrange behaviour when company country is filled.
9d1a803 - unknown <nicolas.bessi@camptocamp.com>, 3 years, 4 months ago : [FIX] variable name cursor -> cr
8948352 - unknown <nicolas.bessi@camptocamp.com>, 3 years, 4 months ago : [FIX] pass context to default get
0a58746 - unknown <nicolas.bessi@camptocamp.com>, 3 years, 4 months ago : [FIX] mutable default in function signature
66da1be - Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>, 3 years, 4 months ago : base_location: [IMP] Spanish translation and translation template.
02839b3 - unknown <nicolas.bessi@camptocamp.com>, 3 years, 4 months ago : [MV] rename better_zip to base_location

6
base_location/models/__init__.py

@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
#
# License, author and contributors information in:
# __openerp__.py file at the root folder of this module.
#
# Copyright 2016 Nicolas Bessi, Copyright Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
from . import better_zip
from . import partner

23
base_location/models/better_zip.py

@ -1,24 +1,7 @@
# -*- coding: utf-8 -*-
#
#
# Author: Nicolas Bessi. Copyright Camptocamp SA
# Contributor: Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
# Ignacio Ibeas <ignacio@acysos.com>
# Alejandro Santana <alejandrosantana@anubia.es>
#
# 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 <http://www.gnu.org/licenses/>.
#
# Copyright 2016 Nicolas Bessi, Copyright Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
from openerp import models, fields, api

24
base_location/models/company.py

@ -1,25 +1,7 @@
# -*- coding: utf-8 -*-
#
#
# Author: Nicolas Bessi. Copyright Camptocamp SA
# Contributor: Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
# Ignacio Ibeas <ignacio@acysos.com>
# Alejandro Santana <alejandrosantana@anubia.es>
#
# 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 <http://www.gnu.org/licenses/>.
#
#
# Copyright 2016 Nicolas Bessi, Copyright Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
from openerp import models, fields, api

24
base_location/models/partner.py

@ -1,25 +1,7 @@
# -*- coding: utf-8 -*-
#
#
# Author: Nicolas Bessi. Copyright Camptocamp SA
# Contributor: Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
# Ignacio Ibeas <ignacio@acysos.com>
# Alejandro Santana <alejandrosantana@anubia.es>
#
# 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 <http://www.gnu.org/licenses/>.
#
#
# Copyright 2016 Nicolas Bessi, Copyright Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
from openerp import models, fields, api

24
base_location/models/state.py

@ -1,25 +1,7 @@
# -*- coding: utf-8 -*-
#
#
# Author: Nicolas Bessi. Copyright Camptocamp SA
# Contributor: Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
# Ignacio Ibeas <ignacio@acysos.com>
# Alejandro Santana <alejandrosantana@anubia.es>
#
# 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 <http://www.gnu.org/licenses/>.
#
#
# Copyright 2016 Nicolas Bessi, Copyright Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
from openerp import models, fields

5
base_location/tests/__init__.py

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# © 2015 Yannick Vaucher (Camptocamp)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright 2015 Yannick Vaucher, Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
from . import test_completion

5
base_location/tests/test_completion.py

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# © 2015 Yannick Vaucher (Camptocamp)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright 2015 Yannick Vaucher, Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
"""Test a city completion and onchanges."""
from openerp.tests.common import TransactionCase

Loading…
Cancel
Save