Skip to content

Commit

Permalink
Merge pull request #20 from initOS/9.0-l10n_de_country_states
Browse files Browse the repository at this point in the history
[9.0][MIG] l10n_de_country_states: Migration to 9.0
  • Loading branch information
pedrobaeza committed Jun 20, 2018
2 parents ec826cc + b492c60 commit bc02593
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 116 deletions.
24 changes: 22 additions & 2 deletions l10n_de_country_states/README.rst
@@ -1,7 +1,11 @@
German country states
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

=====================
German Country States
=====================

Adds german country states as res.country.state
* Adds german country states as res.country.state


Bug Tracker
Expand All @@ -20,3 +24,19 @@ Contributors
------------
* Nikolina Todorova <nikolina.todorova@initos.com>
* Antonio Espinosa <antonioea@antiun.com>
* Rami Alwafaie <rami.alwafaie@initos.com>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.
27 changes: 2 additions & 25 deletions l10n_de_country_states/__init__.py
@@ -1,26 +1,3 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010-2013 OpenERP s.a. (<http://openerp.com>).
# Copyright (C) 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
# Author Nikolina Todorova <nikolina.todorova@initos.com>
# (c) 2015 Antiun Ingenieria, SL (Madrid, Spain, http://www.antiun.com)
# Antonio Espinosa <antonioea@antiun.com>
#
# 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/>.
#
##############################################################################

from . import models
# © initOS GmbH 2016
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
40 changes: 10 additions & 30 deletions l10n_de_country_states/__openerp__.py
@@ -1,40 +1,20 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010-2013 OpenERP s.a. (<http://openerp.com>).
# Copyright (C) 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
# Author Nikolina Todorova <nikolina.todorova@initos.com>
# (c) 2015 Antiun Ingenieria, SL (Madrid, Spain, http://www.antiun.com)
# Antonio Espinosa <antonioea@antiun.com>
#
# 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/>.
#
##############################################################################
# © initOS GmbH 2016
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
'name': 'German Country States',
'category': 'Localisation/Europe',
'version': '8.0.1.0.0',
'author': 'initOS GmbH & Co. KG, '
'Antiun Ingeniería S.L.',
'website': '',
'version': '9.0.1.0.0',
'author': 'initOS GmbH, '
'Tecnativa, '
'Odoo Community Association (OCA)',
'depends': [
'base',
'base_country_state_translatable',
],
'data': [
'data/res_country_states.xml'
'data/res_country_states.xml',
],
'installable': False,
'license': 'AGPL-3',
'installable': True,
}
2 changes: 1 addition & 1 deletion l10n_de_country_states/i18n/de.po
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Project-Id-Version: Odoo Server 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-11-28 08:14+0000\n"
"PO-Revision-Date: 2014-11-28 08:14+0000\n"
Expand Down
26 changes: 0 additions & 26 deletions l10n_de_country_states/models/__init__.py

This file was deleted.

32 changes: 0 additions & 32 deletions l10n_de_country_states/models/res_country.py

This file was deleted.

1 change: 1 addition & 0 deletions oca_dependencies.txt
@@ -0,0 +1 @@
partner-contact

0 comments on commit bc02593

Please sign in to comment.