From 3216883e1e81b4752f1bfb7ceb4884ebffa7568d Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 22 Jun 2015 12:26:53 +0200 Subject: [PATCH 01/31] [ADD] Country States for Switzerland --- l10n_ch_states/__init__.py | 1 + l10n_ch_states/__openerp__.py | 35 +++++ l10n_ch_states/data/res_country_states.xml | 135 ++++++++++++++++++ l10n_ch_states/i18n/de.po | 152 +++++++++++++++++++++ l10n_ch_states/i18n/l10n_ch_states.pot | 152 +++++++++++++++++++++ l10n_ch_states/models/__init__.py | 1 + l10n_ch_states/models/res_country.py | 28 ++++ l10n_ch_states/readme.rst | 73 ++++++++++ 8 files changed, 577 insertions(+) create mode 100644 l10n_ch_states/__init__.py create mode 100644 l10n_ch_states/__openerp__.py create mode 100644 l10n_ch_states/data/res_country_states.xml create mode 100644 l10n_ch_states/i18n/de.po create mode 100644 l10n_ch_states/i18n/l10n_ch_states.pot create mode 100644 l10n_ch_states/models/__init__.py create mode 100644 l10n_ch_states/models/res_country.py create mode 100644 l10n_ch_states/readme.rst diff --git a/l10n_ch_states/__init__.py b/l10n_ch_states/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/l10n_ch_states/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/l10n_ch_states/__openerp__.py b/l10n_ch_states/__openerp__.py new file mode 100644 index 000000000..575d8e0ec --- /dev/null +++ b/l10n_ch_states/__openerp__.py @@ -0,0 +1,35 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Author: Mathias Neef +# Copyright 2015 copadoMEDIA UG +# +# 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 . +# +############################################################################## +{ + 'name': 'Switzerland Country States', + 'category': 'Localisation', + 'summary': '', + 'version': '1.0', + 'author': 'copado MEDIA UG, Odoo Community Association (OCA)', + 'website': 'http://www.copado.de', + 'license': 'AGPL-3', + 'depends': ['base'], + 'data': [], + 'update_xml': ['data/res_country_states.xml'], + 'demo': [], + 'installable': True, + 'application': False, +} diff --git a/l10n_ch_states/data/res_country_states.xml b/l10n_ch_states/data/res_country_states.xml new file mode 100644 index 000000000..6a7198347 --- /dev/null +++ b/l10n_ch_states/data/res_country_states.xml @@ -0,0 +1,135 @@ + + + + + + Argovia + AG + + + + Appenzell Outher Rhodes + AR + + + + Appenzell Inner Rhodes + AI + + + + Basel-Country + BL + + + + Basel-City + BS + + + + Bern + BE + + + + Fribourg + FR + + + + Geneva + GE + + + + Glarus + GL + + + + Grisons + GR + + + + Jura + JU + + + + Luzern + LU + + + + Neuchâtel + NE + + + + Nidwald + NW + + + + Obwald + OW + + + + Schaffhausen + SH + + + + Schwyz + SZ + + + + Solothurn + SO + + + + St. Gallen + SG + + + + Thurgovia + TG + + + + Ticino + TI + + + + Uri + UR + + + + Valais + VS + + + + Vaud + VD + + + + Zug + ZG + + + + Zurich + ZH + + + diff --git a/l10n_ch_states/i18n/de.po b/l10n_ch_states/i18n/de.po new file mode 100644 index 000000000..e076e6434 --- /dev/null +++ b/l10n_ch_states/i18n/de.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_ch_states +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-06-22 12:10+0000\n" +"PO-Revision-Date: 2015-06-22 12:10+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_AI +msgid "Appenzell Inner Rhodes" +msgstr "Appenzell Innerrhoden" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_AR +msgid "Appenzell Outher Rhodes" +msgstr "Appenzell Ausserrhoden" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_AG +msgid "Argovia" +msgstr "Argau" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_BS +msgid "Basel-City" +msgstr "Basel-Stadt" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_BL +msgid "Basel-Country" +msgstr "Basel-Land" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_BE +msgid "Bern" +msgstr "Bern" + +#. module: l10n_ch_states +#: model:ir.model,name:l10n_ch_states.model_res_country_state +msgid "Country state" +msgstr "Kantone" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_FR +msgid "Fribourg" +msgstr "Fribourg" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_GE +msgid "Geneva" +msgstr "Genève" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_GL +msgid "Glarus" +msgstr "Glarus" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_GR +msgid "Grisons" +msgstr "Graubünden" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_JU +msgid "Jura" +msgstr "Jura" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_LU +msgid "Luzern" +msgstr "Luzern" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_NE +msgid "Neuchâtel" +msgstr "Neuchâtel" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_NW +msgid "Nidwald" +msgstr "Nidwalden" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_OW +msgid "Obwald" +msgstr "Obwalden" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_SH +msgid "Schaffhausen" +msgstr "Schaffhausen" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_SZ +msgid "Schwyz" +msgstr "Schwyz" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_SO +msgid "Solothurn" +msgstr "Solothurn" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_SG +msgid "St. Gallen" +msgstr "St. Gallen" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_TG +msgid "Thurgovia" +msgstr "Thurgau" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_TI +msgid "Ticino" +msgstr "Ticino" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_UR +msgid "Uri" +msgstr "Uri" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_VS +msgid "Valais" +msgstr "Valais" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_VD +msgid "Vaud" +msgstr "Vaud" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_ZG +msgid "Zug" +msgstr "Zug" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_ZH +msgid "Zurich" +msgstr "Zürich" + diff --git a/l10n_ch_states/i18n/l10n_ch_states.pot b/l10n_ch_states/i18n/l10n_ch_states.pot new file mode 100644 index 000000000..c8e8e0084 --- /dev/null +++ b/l10n_ch_states/i18n/l10n_ch_states.pot @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_ch_states +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-06-22 12:10+0000\n" +"PO-Revision-Date: 2015-06-22 12:10+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_AI +msgid "Appenzell Inner Rhodes" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_AR +msgid "Appenzell Outher Rhodes" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_AG +msgid "Argovia" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_BS +msgid "Basel-City" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_BL +msgid "Basel-Country" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_BE +msgid "Bern" +msgstr "" + +#. module: l10n_ch_states +#: model:ir.model,name:l10n_ch_states.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_FR +msgid "Fribourg" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_GE +msgid "Geneva" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_GL +msgid "Glarus" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_GR +msgid "Grisons" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_JU +msgid "Jura" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_LU +msgid "Luzern" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_NE +msgid "Neuchâtel" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_NW +msgid "Nidwald" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_OW +msgid "Obwald" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_SH +msgid "Schaffhausen" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_SZ +msgid "Schwyz" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_SO +msgid "Solothurn" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_SG +msgid "St. Gallen" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_TG +msgid "Thurgovia" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_TI +msgid "Ticino" +msgstr "Ticino" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_UR +msgid "Uri" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_VS +msgid "Valais" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_VD +msgid "Vaud" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_ZG +msgid "Zug" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.res_country_state_ZH +msgid "Zurich" +msgstr "" + diff --git a/l10n_ch_states/models/__init__.py b/l10n_ch_states/models/__init__.py new file mode 100644 index 000000000..11573766f --- /dev/null +++ b/l10n_ch_states/models/__init__.py @@ -0,0 +1 @@ +from . import res_country diff --git a/l10n_ch_states/models/res_country.py b/l10n_ch_states/models/res_country.py new file mode 100644 index 000000000..0ccd325ac --- /dev/null +++ b/l10n_ch_states/models/res_country.py @@ -0,0 +1,28 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Author: Mathias Neef +# Copyright 2015 copadoMEDIA UG +# +# 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 . +# +############################################################################## + +from openerp import fields, models + + +class CountryState(models.Model): + _inherit = 'res.country.state' + + name = fields.Char(translate=True) diff --git a/l10n_ch_states/readme.rst b/l10n_ch_states/readme.rst new file mode 100644 index 000000000..7cc825162 --- /dev/null +++ b/l10n_ch_states/readme.rst @@ -0,0 +1,73 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 + +Switzerland Country States +========================== + +This module extends res.country.states for Switzerland. It brings states with +code and name for those who only want the states without cities. +For those who also want cities, please install l10n_ch_zip. + + +Installation +============ + +To install this module, you need to: + +* download and install manually +* or directly install it over Odoo-Apps + +Configuration +============= + +To configure this module, you need to: + +* do nothing + +Usage +===== + +To use this module, you need to: + +* do nothing + +For further information, please visit: + +* https://www.odoo.com/forum/help-1 + +Known issues / Roadmap +====================== + +* actually there are no issues known + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + +Credits +======= + +Contributors +------------ + +* Mathias Neef + +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 http://odoo-community.org. From d4827f5ba7d9093876f7b239679ce2cb72cc9de5 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Jun 2015 14:01:56 +0200 Subject: [PATCH 02/31] [FIX] separate country states from l10n_ch_zip to l10n_ch_states --- l10n_ch_states/__openerp__.py | 8 ++- l10n_ch_states/data/res_country_states.xml | 69 ++++++++++++-------- l10n_ch_states/i18n/de.po | 71 ++++++++++++-------- l10n_ch_states/i18n/l10n_ch_states.pot | 76 +++++++++++++--------- 4 files changed, 136 insertions(+), 88 deletions(-) diff --git a/l10n_ch_states/__openerp__.py b/l10n_ch_states/__openerp__.py index 575d8e0ec..fbd1a6489 100644 --- a/l10n_ch_states/__openerp__.py +++ b/l10n_ch_states/__openerp__.py @@ -22,13 +22,17 @@ 'name': 'Switzerland Country States', 'category': 'Localisation', 'summary': '', + 'description': '', 'version': '1.0', 'author': 'copado MEDIA UG, Odoo Community Association (OCA)', 'website': 'http://www.copado.de', 'license': 'AGPL-3', - 'depends': ['base'], + 'depends': [ + 'base', + 'base_location', + ], 'data': [], - 'update_xml': ['data/res_country_states.xml'], + 'data': ['data/res_country_states.xml'], 'demo': [], 'installable': True, 'application': False, diff --git a/l10n_ch_states/data/res_country_states.xml b/l10n_ch_states/data/res_country_states.xml index 6a7198347..693c0c1ae 100644 --- a/l10n_ch_states/data/res_country_states.xml +++ b/l10n_ch_states/data/res_country_states.xml @@ -1,132 +1,147 @@ - - + + Argovia AG - + Appenzell Outher Rhodes AR - + Appenzell Inner Rhodes AI - + Basel-Country BL - + Basel-City BS - + Bern BE - + + + Germany + DE + + + + Principality of Liechtenstein + FL + + Fribourg FR - + Geneva GE - + Glarus GL - + Grisons GR - + + + Italy + IT + + Jura JU - + Luzern LU - + Neuchâtel NE - + Nidwald NW - + Obwald OW - + Schaffhausen SH - + Schwyz SZ - + Solothurn SO - + St. Gallen SG - + Thurgovia TG - + Ticino TI - + Uri UR - + Valais VS - + Vaud VD - + Zug ZG - + Zurich ZH diff --git a/l10n_ch_states/i18n/de.po b/l10n_ch_states/i18n/de.po index e076e6434..0591bac42 100644 --- a/l10n_ch_states/i18n/de.po +++ b/l10n_ch_states/i18n/de.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-22 12:10+0000\n" -"PO-Revision-Date: 2015-06-22 12:10+0000\n" +"POT-Creation-Date: 2015-06-23 13:57+0000\n" +"PO-Revision-Date: 2015-06-23 13:57+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,32 +16,32 @@ msgstr "" "Plural-Forms: \n" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_AI +#: model:res.country.state,name:l10n_ch_states.state_AI msgid "Appenzell Inner Rhodes" msgstr "Appenzell Innerrhoden" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_AR +#: model:res.country.state,name:l10n_ch_states.state_AR msgid "Appenzell Outher Rhodes" msgstr "Appenzell Ausserrhoden" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_AG +#: model:res.country.state,name:l10n_ch_states.state_AG msgid "Argovia" msgstr "Argau" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_BS +#: model:res.country.state,name:l10n_ch_states.state_BS msgid "Basel-City" msgstr "Basel-Stadt" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_BL +#: model:res.country.state,name:l10n_ch_states.state_BL msgid "Basel-Country" msgstr "Basel-Land" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_BE +#: model:res.country.state,name:l10n_ch_states.state_BE msgid "Bern" msgstr "Bern" @@ -51,102 +51,117 @@ msgid "Country state" msgstr "Kantone" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_FR +#: model:res.country.state,name:l10n_ch_states.state_FR msgid "Fribourg" msgstr "Fribourg" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_GE +#: model:res.country.state,name:l10n_ch_states.state_GE msgid "Geneva" msgstr "Genève" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_GL +#: model:res.country.state,name:l10n_ch_states.state_DE +msgid "Germany" +msgstr "Deutschland" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GL msgid "Glarus" msgstr "Glarus" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_GR +#: model:res.country.state,name:l10n_ch_states.state_GR msgid "Grisons" msgstr "Graubünden" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_JU +#: model:res.country.state,name:l10n_ch_states.state_IT +msgid "Italy" +msgstr "Italien" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_JU msgid "Jura" msgstr "Jura" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_LU +#: model:res.country.state,name:l10n_ch_states.state_LU msgid "Luzern" msgstr "Luzern" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_NE +#: model:res.country.state,name:l10n_ch_states.state_NE msgid "Neuchâtel" msgstr "Neuchâtel" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_NW +#: model:res.country.state,name:l10n_ch_states.state_NW msgid "Nidwald" msgstr "Nidwalden" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_OW +#: model:res.country.state,name:l10n_ch_states.state_OW msgid "Obwald" msgstr "Obwalden" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_SH +#: model:res.country.state,name:l10n_ch_states.state_FL +msgid "Principality of Liechtenstein" +msgstr "Fürstentum Liechtenstein" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SH msgid "Schaffhausen" msgstr "Schaffhausen" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_SZ +#: model:res.country.state,name:l10n_ch_states.state_SZ msgid "Schwyz" msgstr "Schwyz" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_SO +#: model:res.country.state,name:l10n_ch_states.state_SO msgid "Solothurn" msgstr "Solothurn" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_SG +#: model:res.country.state,name:l10n_ch_states.state_SG msgid "St. Gallen" msgstr "St. Gallen" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_TG +#: model:res.country.state,name:l10n_ch_states.state_TG msgid "Thurgovia" msgstr "Thurgau" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_TI +#: model:res.country.state,name:l10n_ch_states.state_TI msgid "Ticino" msgstr "Ticino" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_UR +#: model:res.country.state,name:l10n_ch_states.state_UR msgid "Uri" msgstr "Uri" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_VS +#: model:res.country.state,name:l10n_ch_states.state_VS msgid "Valais" msgstr "Valais" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_VD +#: model:res.country.state,name:l10n_ch_states.state_VD msgid "Vaud" msgstr "Vaud" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_ZG +#: model:res.country.state,name:l10n_ch_states.state_ZG msgid "Zug" msgstr "Zug" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_ZH +#: model:res.country.state,name:l10n_ch_states.state_ZH msgid "Zurich" msgstr "Zürich" diff --git a/l10n_ch_states/i18n/l10n_ch_states.pot b/l10n_ch_states/i18n/l10n_ch_states.pot index c8e8e0084..68a06e30c 100644 --- a/l10n_ch_states/i18n/l10n_ch_states.pot +++ b/l10n_ch_states/i18n/l10n_ch_states.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-22 12:10+0000\n" -"PO-Revision-Date: 2015-06-22 12:10+0000\n" +"POT-Creation-Date: 2015-06-23 13:57+0000\n" +"PO-Revision-Date: 2015-06-23 13:57+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,32 +16,32 @@ msgstr "" "Plural-Forms: \n" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_AI +#: model:res.country.state,name:l10n_ch_states.state_AI msgid "Appenzell Inner Rhodes" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_AR +#: model:res.country.state,name:l10n_ch_states.state_AR msgid "Appenzell Outher Rhodes" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_AG +#: model:res.country.state,name:l10n_ch_states.state_AG msgid "Argovia" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_BS +#: model:res.country.state,name:l10n_ch_states.state_BS msgid "Basel-City" -msgstr "" +msgstr """ #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_BL +#: model:res.country.state,name:l10n_ch_states.state_BL msgid "Basel-Country" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_BE +#: model:res.country.state,name:l10n_ch_states.state_BE msgid "Bern" msgstr "" @@ -51,102 +51,116 @@ msgid "Country state" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_FR +#: model:res.country.state,name:l10n_ch_states.state_FR msgid "Fribourg" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_GE +#: model:res.country.state,name:l10n_ch_states.state_GE msgid "Geneva" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_GL +#: model:res.country.state,name:l10n_ch_states.state_DE +msgid "Germany" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GL msgid "Glarus" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_GR +#: model:res.country.state,name:l10n_ch_states.state_GR msgid "Grisons" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_JU +#: model:res.country.state,name:l10n_ch_states.state_IT +msgid "Italy" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_JU msgid "Jura" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_LU +#: model:res.country.state,name:l10n_ch_states.state_LU msgid "Luzern" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_NE +#: model:res.country.state,name:l10n_ch_states.state_NE msgid "Neuchâtel" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_NW +#: model:res.country.state,name:l10n_ch_states.state_NW msgid "Nidwald" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_OW +#: model:res.country.state,name:l10n_ch_states.state_OW msgid "Obwald" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_SH +#: model:res.country.state,name:l10n_ch_states.state_FL +msgid "Principality of Liechtenstein" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SH msgid "Schaffhausen" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_SZ +#: model:res.country.state,name:l10n_ch_states.state_SZ msgid "Schwyz" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_SO +#: model:res.country.state,name:l10n_ch_states.state_SO msgid "Solothurn" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_SG +#: model:res.country.state,name:l10n_ch_states.state_SG msgid "St. Gallen" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_TG +#: model:res.country.state,name:l10n_ch_states.state_TG msgid "Thurgovia" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_TI +#: model:res.country.state,name:l10n_ch_states.state_TI msgid "Ticino" -msgstr "Ticino" +msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_UR +#: model:res.country.state,name:l10n_ch_states.state_UR msgid "Uri" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_VS +#: model:res.country.state,name:l10n_ch_states.state_VS msgid "Valais" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_VD +#: model:res.country.state,name:l10n_ch_states.state_VD msgid "Vaud" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_ZG +#: model:res.country.state,name:l10n_ch_states.state_ZG msgid "Zug" msgstr "" #. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.res_country_state_ZH +#: model:res.country.state,name:l10n_ch_states.state_ZH msgid "Zurich" msgstr "" - From b7fc4f3199f2be3c1ef894b2716f3aca6eed9fd2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 29 Jun 2015 08:00:38 +0200 Subject: [PATCH 03/31] [ADD/FIX] little corrections and added post-migration to l10n_ch_zip --- l10n_ch_states/{readme.rst => README.rst} | 4 ++++ l10n_ch_states/__openerp__.py | 5 +---- l10n_ch_states/data/res_country_states.xml | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) rename l10n_ch_states/{readme.rst => README.rst} (99%) diff --git a/l10n_ch_states/readme.rst b/l10n_ch_states/README.rst similarity index 99% rename from l10n_ch_states/readme.rst rename to l10n_ch_states/README.rst index 7cc825162..0803c2125 100644 --- a/l10n_ch_states/readme.rst +++ b/l10n_ch_states/README.rst @@ -17,6 +17,7 @@ To install this module, you need to: * download and install manually * or directly install it over Odoo-Apps + Configuration ============= @@ -24,6 +25,7 @@ To configure this module, you need to: * do nothing + Usage ===== @@ -35,11 +37,13 @@ For further information, please visit: * https://www.odoo.com/forum/help-1 + Known issues / Roadmap ====================== * actually there are no issues known + Bug Tracker =========== diff --git a/l10n_ch_states/__openerp__.py b/l10n_ch_states/__openerp__.py index fbd1a6489..cbb36dcd8 100644 --- a/l10n_ch_states/__openerp__.py +++ b/l10n_ch_states/__openerp__.py @@ -22,16 +22,13 @@ 'name': 'Switzerland Country States', 'category': 'Localisation', 'summary': '', - 'description': '', 'version': '1.0', 'author': 'copado MEDIA UG, Odoo Community Association (OCA)', 'website': 'http://www.copado.de', 'license': 'AGPL-3', 'depends': [ 'base', - 'base_location', - ], - 'data': [], + ], 'data': ['data/res_country_states.xml'], 'demo': [], 'installable': True, diff --git a/l10n_ch_states/data/res_country_states.xml b/l10n_ch_states/data/res_country_states.xml index 693c0c1ae..a4927e326 100644 --- a/l10n_ch_states/data/res_country_states.xml +++ b/l10n_ch_states/data/res_country_states.xml @@ -145,6 +145,7 @@ Zurich ZH - + + From b52c9cde409f2ede7da89b80b06cbb122933a513 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 1 Sep 2015 13:45:49 -0400 Subject: [PATCH 04/31] OCA Transbot updated translations from Transifex --- l10n_ch_states/i18n/en.po | 168 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 l10n_ch_states/i18n/en.po diff --git a/l10n_ch_states/i18n/en.po b/l10n_ch_states/i18n/en.po new file mode 100644 index 000000000..4dfb6ab4c --- /dev/null +++ b/l10n_ch_states/i18n/en.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_ch_states +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-switzerland (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-17 12:24+0000\n" +"PO-Revision-Date: 2015-07-24 14:43+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-l10n-switzerland-8-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AI +msgid "Appenzell Inner Rhodes" +msgstr "Appenzell Inner Rhodes" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AR +msgid "Appenzell Outher Rhodes" +msgstr "Appenzell Outher Rhodes" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AG +msgid "Argovia" +msgstr "Argovia" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BS +msgid "Basel-City" +msgstr "Basel-City" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BL +msgid "Basel-Country" +msgstr "Basel-Country" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BE +msgid "Bern" +msgstr "Bern" + +#. module: l10n_ch_states +#: model:ir.model,name:l10n_ch_states.model_res_country_state +msgid "Country state" +msgstr "Country state" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_FR +msgid "Fribourg" +msgstr "Fribourg" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GE +msgid "Geneva" +msgstr "Geneva" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_DE +msgid "Germany" +msgstr "Germany" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GL +msgid "Glarus" +msgstr "Glarus" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GR +msgid "Grisons" +msgstr "Grisons" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_IT +msgid "Italy" +msgstr "Italy" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_JU +msgid "Jura" +msgstr "Jura" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_LU +msgid "Luzern" +msgstr "Luzern" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_NE +msgid "Neuchâtel" +msgstr "Neuchâtel" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_NW +msgid "Nidwald" +msgstr "Nidwald" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_OW +msgid "Obwald" +msgstr "Obwald" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_FL +msgid "Principality of Liechtenstein" +msgstr "Principality of Liechtenstein" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SH +msgid "Schaffhausen" +msgstr "Schaffhausen" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SZ +msgid "Schwyz" +msgstr "Schwyz" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SO +msgid "Solothurn" +msgstr "Solothurn" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SG +msgid "St. Gallen" +msgstr "St. Gallen" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_TG +msgid "Thurgovia" +msgstr "Thurgovia" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_TI +msgid "Ticino" +msgstr "Ticino" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_UR +msgid "Uri" +msgstr "Uri" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_VS +msgid "Valais" +msgstr "Valais" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_VD +msgid "Vaud" +msgstr "Vaud" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_ZG +msgid "Zug" +msgstr "Zug" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_ZH +msgid "Zurich" +msgstr "Zurich" From 65ba7dcac45631c8b82022dda09d8e2367303330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 10:01:43 +0200 Subject: [PATCH 05/31] [UPD] prefix versions with 8.0 --- l10n_ch_states/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_ch_states/__openerp__.py b/l10n_ch_states/__openerp__.py index cbb36dcd8..3c06f3818 100644 --- a/l10n_ch_states/__openerp__.py +++ b/l10n_ch_states/__openerp__.py @@ -22,7 +22,7 @@ 'name': 'Switzerland Country States', 'category': 'Localisation', 'summary': '', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': 'copado MEDIA UG, Odoo Community Association (OCA)', 'website': 'http://www.copado.de', 'license': 'AGPL-3', From c9e028bf9abccae917991b6d33a0dd45d5f814a8 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sun, 11 Oct 2015 04:17:22 -0400 Subject: [PATCH 06/31] OCA Transbot updated translations from Transifex --- l10n_ch_states/i18n/fr.po | 169 ++++++++++++++++++++++++++++++++++++++ l10n_ch_states/i18n/it.po | 169 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 338 insertions(+) create mode 100644 l10n_ch_states/i18n/fr.po create mode 100644 l10n_ch_states/i18n/it.po diff --git a/l10n_ch_states/i18n/fr.po b/l10n_ch_states/i18n/fr.po new file mode 100644 index 000000000..c4d877e78 --- /dev/null +++ b/l10n_ch_states/i18n/fr.po @@ -0,0 +1,169 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_ch_states +# +# Translators: +# Yannick Vaucher , 2015 +msgid "" +msgstr "" +"Project-Id-Version: l10n-switzerland (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 14:46+0000\n" +"PO-Revision-Date: 2015-10-06 13:46+0000\n" +"Last-Translator: Yannick Vaucher \n" +"Language-Team: French (http://www.transifex.com/oca/OCA-l10n-switzerland-8-0/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AI +msgid "Appenzell Inner Rhodes" +msgstr "Appenzell Rhodes-Intérieures" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AR +msgid "Appenzell Outher Rhodes" +msgstr "Appenzell Rhodes-Extérieures" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AG +msgid "Argovia" +msgstr "Argovie" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BS +msgid "Basel-City" +msgstr "Bâle-Ville" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BL +msgid "Basel-Country" +msgstr "Bâle-Campagne" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BE +msgid "Bern" +msgstr "Berne" + +#. module: l10n_ch_states +#: model:ir.model,name:l10n_ch_states.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_FR +msgid "Fribourg" +msgstr "Fribourg" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GE +msgid "Geneva" +msgstr "Genève" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_DE +msgid "Germany" +msgstr "Allemagne" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GL +msgid "Glarus" +msgstr "Glaris" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GR +msgid "Grisons" +msgstr "Grisons" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_IT +msgid "Italy" +msgstr "Italie" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_JU +msgid "Jura" +msgstr "Jura" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_LU +msgid "Luzern" +msgstr "Lucerne" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_NE +msgid "Neuchâtel" +msgstr "Neuchâtel" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_NW +msgid "Nidwald" +msgstr "Nidwald" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_OW +msgid "Obwald" +msgstr "Obwald" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_FL +msgid "Principality of Liechtenstein" +msgstr "Principauté du Liechtenstein" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SH +msgid "Schaffhausen" +msgstr "Schaffhouse" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SZ +msgid "Schwyz" +msgstr "Schwytz" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SO +msgid "Solothurn" +msgstr "Soleure" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SG +msgid "St. Gallen" +msgstr "Saint Gall" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_TG +msgid "Thurgovia" +msgstr "Thurgovie" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_TI +msgid "Ticino" +msgstr "Tessin" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_UR +msgid "Uri" +msgstr "Uri" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_VS +msgid "Valais" +msgstr "Valais" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_VD +msgid "Vaud" +msgstr "Vaud" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_ZG +msgid "Zug" +msgstr "Zoug" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_ZH +msgid "Zurich" +msgstr "Zurich" diff --git a/l10n_ch_states/i18n/it.po b/l10n_ch_states/i18n/it.po new file mode 100644 index 000000000..e7fa5ccb1 --- /dev/null +++ b/l10n_ch_states/i18n/it.po @@ -0,0 +1,169 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_ch_states +# +# Translators: +# Stefano , 2015 +msgid "" +msgstr "" +"Project-Id-Version: l10n-switzerland (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 14:46+0000\n" +"PO-Revision-Date: 2015-10-08 20:29+0000\n" +"Last-Translator: Stefano \n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-l10n-switzerland-8-0/language/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AI +msgid "Appenzell Inner Rhodes" +msgstr "Appenzello interno" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AR +msgid "Appenzell Outher Rhodes" +msgstr "Appenzello esterno" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_AG +msgid "Argovia" +msgstr "Argovia" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BS +msgid "Basel-City" +msgstr "Basilea Città" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BL +msgid "Basel-Country" +msgstr "Basilea Campagna" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_BE +msgid "Bern" +msgstr "Berna" + +#. module: l10n_ch_states +#: model:ir.model,name:l10n_ch_states.model_res_country_state +msgid "Country state" +msgstr "Stato" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_FR +msgid "Fribourg" +msgstr "Friburgo" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GE +msgid "Geneva" +msgstr "Ginevra" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_DE +msgid "Germany" +msgstr "Germania" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GL +msgid "Glarus" +msgstr "Glarona" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_GR +msgid "Grisons" +msgstr "Grigioni" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_IT +msgid "Italy" +msgstr "Italia" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_JU +msgid "Jura" +msgstr "Jura" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_LU +msgid "Luzern" +msgstr "Lucerna" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_NE +msgid "Neuchâtel" +msgstr "Neuchâtel" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_NW +msgid "Nidwald" +msgstr "Nidvaldo" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_OW +msgid "Obwald" +msgstr "Obvaldo" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_FL +msgid "Principality of Liechtenstein" +msgstr "Pricipato del Liechtenstein" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SH +msgid "Schaffhausen" +msgstr "Scaffusa" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SZ +msgid "Schwyz" +msgstr "Svitto" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SO +msgid "Solothurn" +msgstr "Soletta" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_SG +msgid "St. Gallen" +msgstr "San Gallo" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_TG +msgid "Thurgovia" +msgstr "Turgovia" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_TI +msgid "Ticino" +msgstr "Ticino" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_UR +msgid "Uri" +msgstr "Uri" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_VS +msgid "Valais" +msgstr "Vallese" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_VD +msgid "Vaud" +msgstr "Vaud" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_ZG +msgid "Zug" +msgstr "Zugo" + +#. module: l10n_ch_states +#: model:res.country.state,name:l10n_ch_states.state_ZH +msgid "Zurich" +msgstr "Zurigo" From c3682e02fdc2da6db6aa44678320b3d58348e358 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:28:27 +0200 Subject: [PATCH 07/31] [MIG] Make modules uninstallable --- l10n_ch_states/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_ch_states/__openerp__.py b/l10n_ch_states/__openerp__.py index 3c06f3818..191a2e79b 100644 --- a/l10n_ch_states/__openerp__.py +++ b/l10n_ch_states/__openerp__.py @@ -31,6 +31,6 @@ ], 'data': ['data/res_country_states.xml'], 'demo': [], - 'installable': True, + 'installable': False, 'application': False, } From 81394d801085ad0cc033065879b27f2f950126af Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Wed, 14 Oct 2015 11:24:56 +0200 Subject: [PATCH 08/31] Reactivate l10n_ch_states --- l10n_ch_states/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_ch_states/__openerp__.py b/l10n_ch_states/__openerp__.py index 191a2e79b..7cb67965b 100644 --- a/l10n_ch_states/__openerp__.py +++ b/l10n_ch_states/__openerp__.py @@ -22,7 +22,7 @@ 'name': 'Switzerland Country States', 'category': 'Localisation', 'summary': '', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', 'author': 'copado MEDIA UG, Odoo Community Association (OCA)', 'website': 'http://www.copado.de', 'license': 'AGPL-3', @@ -31,6 +31,6 @@ ], 'data': ['data/res_country_states.xml'], 'demo': [], - 'installable': False, + 'installable': True, 'application': False, } From b4b8886b2cd4d5c637c87327d2cacebdb54d3135 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Wed, 14 Oct 2015 15:35:15 +0200 Subject: [PATCH 09/31] l10n_ch_states - update README.rst --- l10n_ch_states/README.rst | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/l10n_ch_states/README.rst b/l10n_ch_states/README.rst index 0803c2125..0a66f33a9 100644 --- a/l10n_ch_states/README.rst +++ b/l10n_ch_states/README.rst @@ -1,12 +1,15 @@ .. 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 +========================== Switzerland Country States ========================== This module extends res.country.states for Switzerland. It brings states with code and name for those who only want the states without cities. -For those who also want cities, please install l10n_ch_zip. + +For those who also want cities, please install *Switzerland - Postal codes (ZIP) list* (`l10n_ch_zip`). Installation @@ -18,31 +21,12 @@ To install this module, you need to: * or directly install it over Odoo-Apps -Configuration -============= - -To configure this module, you need to: - -* do nothing - - Usage ===== -To use this module, you need to: - -* do nothing - -For further information, please visit: - -* https://www.odoo.com/forum/help-1 - - -Known issues / Roadmap -====================== - -* actually there are no issues known - +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/125/9.0 Bug Tracker =========== From aa2a0a9440e880f4de3d94b4920a7a49eef18c4e Mon Sep 17 00:00:00 2001 From: Olivier Jossen Date: Tue, 2 Feb 2016 07:56:28 +0100 Subject: [PATCH 10/31] Update de.po "Argau" is wrong. It's "Aargau" in German. --- l10n_ch_states/i18n/de.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/l10n_ch_states/i18n/de.po b/l10n_ch_states/i18n/de.po index 0591bac42..e0281572f 100644 --- a/l10n_ch_states/i18n/de.po +++ b/l10n_ch_states/i18n/de.po @@ -28,7 +28,7 @@ msgstr "Appenzell Ausserrhoden" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_AG msgid "Argovia" -msgstr "Argau" +msgstr "Aargau" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_BS @@ -53,12 +53,12 @@ msgstr "Kantone" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_FR msgid "Fribourg" -msgstr "Fribourg" +msgstr "Freiburg" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_GE msgid "Geneva" -msgstr "Genève" +msgstr "Genf" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_DE @@ -93,7 +93,7 @@ msgstr "Luzern" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_NE msgid "Neuchâtel" -msgstr "Neuchâtel" +msgstr "Neuenburg" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_NW @@ -138,7 +138,7 @@ msgstr "Thurgau" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_TI msgid "Ticino" -msgstr "Ticino" +msgstr "Tessin" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_UR @@ -148,12 +148,12 @@ msgstr "Uri" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_VS msgid "Valais" -msgstr "Valais" +msgstr "Wallis" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_VD msgid "Vaud" -msgstr "Vaud" +msgstr "Waadt" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_ZG From 2e931e7fb0ab1c1b1f86a9e8b87ba4ddcccc3dae Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:56:43 +0200 Subject: [PATCH 11/31] [MIG] Rename manifest files --- l10n_ch_states/{__openerp__.py => __manifest__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename l10n_ch_states/{__openerp__.py => __manifest__.py} (100%) diff --git a/l10n_ch_states/__openerp__.py b/l10n_ch_states/__manifest__.py similarity index 100% rename from l10n_ch_states/__openerp__.py rename to l10n_ch_states/__manifest__.py From 9b00cd22fb0eada62395875d0aa7b6b3868ba5b3 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 3 Jan 2017 11:08:38 +0100 Subject: [PATCH 12/31] [MIG] l10n_ch_states: Migration to 10.0 --- l10n_ch_states/README.rst | 10 +++++----- l10n_ch_states/__manifest__.py | 23 +++------------------- l10n_ch_states/data/res_country_states.xml | 13 +++++------- l10n_ch_states/models/res_country.py | 23 +++------------------- 4 files changed, 16 insertions(+), 53 deletions(-) diff --git a/l10n_ch_states/README.rst b/l10n_ch_states/README.rst index 0a66f33a9..bbe56bda0 100644 --- a/l10n_ch_states/README.rst +++ b/l10n_ch_states/README.rst @@ -26,15 +26,15 @@ Usage .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/125/9.0 + :target: https://runbot.odoo-community.org/runbot/125/10.0 Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. Credits diff --git a/l10n_ch_states/__manifest__.py b/l10n_ch_states/__manifest__.py index 7cb67965b..ed6b46d04 100644 --- a/l10n_ch_states/__manifest__.py +++ b/l10n_ch_states/__manifest__.py @@ -1,28 +1,11 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Author: Mathias Neef -# Copyright 2015 copadoMEDIA UG -# -# 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 . -# -############################################################################## +# Copyright 2015 Mathias Neef copadoMEDIA UG +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Switzerland Country States', 'category': 'Localisation', 'summary': '', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'author': 'copado MEDIA UG, Odoo Community Association (OCA)', 'website': 'http://www.copado.de', 'license': 'AGPL-3', diff --git a/l10n_ch_states/data/res_country_states.xml b/l10n_ch_states/data/res_country_states.xml index a4927e326..addd49b11 100644 --- a/l10n_ch_states/data/res_country_states.xml +++ b/l10n_ch_states/data/res_country_states.xml @@ -1,6 +1,5 @@ - - + Argovia @@ -80,7 +79,7 @@ Neuchâtel NE - + Nidwald @@ -90,7 +89,7 @@ Obwald OW - + Schaffhausen @@ -145,7 +144,5 @@ Zurich ZH - - - - + + diff --git a/l10n_ch_states/models/res_country.py b/l10n_ch_states/models/res_country.py index 0ccd325ac..dfac1dea7 100644 --- a/l10n_ch_states/models/res_country.py +++ b/l10n_ch_states/models/res_country.py @@ -1,25 +1,8 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Author: Mathias Neef -# Copyright 2015 copadoMEDIA UG -# -# 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 . -# -############################################################################## +# Copyright 2015 Mathias Neef copadoMEDIA UG +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import fields, models +from odoo import fields, models class CountryState(models.Model): From 0b2c20ee3cbe6ac21dccb0a6723cd831e59274db Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 9 Jul 2016 23:17:32 -0400 Subject: [PATCH 13/31] OCA Transbot updated translations from Transifex --- l10n_ch_states/i18n/en.po | 168 -------------------------------------- l10n_ch_states/i18n/fr.po | 15 ++-- 2 files changed, 8 insertions(+), 175 deletions(-) delete mode 100644 l10n_ch_states/i18n/en.po diff --git a/l10n_ch_states/i18n/en.po b/l10n_ch_states/i18n/en.po deleted file mode 100644 index 4dfb6ab4c..000000000 --- a/l10n_ch_states/i18n/en.po +++ /dev/null @@ -1,168 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_ch_states -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-switzerland (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-17 12:24+0000\n" -"PO-Revision-Date: 2015-07-24 14:43+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-l10n-switzerland-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_AI -msgid "Appenzell Inner Rhodes" -msgstr "Appenzell Inner Rhodes" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_AR -msgid "Appenzell Outher Rhodes" -msgstr "Appenzell Outher Rhodes" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_AG -msgid "Argovia" -msgstr "Argovia" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_BS -msgid "Basel-City" -msgstr "Basel-City" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_BL -msgid "Basel-Country" -msgstr "Basel-Country" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_BE -msgid "Bern" -msgstr "Bern" - -#. module: l10n_ch_states -#: model:ir.model,name:l10n_ch_states.model_res_country_state -msgid "Country state" -msgstr "Country state" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_FR -msgid "Fribourg" -msgstr "Fribourg" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_GE -msgid "Geneva" -msgstr "Geneva" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_DE -msgid "Germany" -msgstr "Germany" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_GL -msgid "Glarus" -msgstr "Glarus" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_GR -msgid "Grisons" -msgstr "Grisons" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_IT -msgid "Italy" -msgstr "Italy" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_JU -msgid "Jura" -msgstr "Jura" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_LU -msgid "Luzern" -msgstr "Luzern" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_NE -msgid "Neuchâtel" -msgstr "Neuchâtel" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_NW -msgid "Nidwald" -msgstr "Nidwald" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_OW -msgid "Obwald" -msgstr "Obwald" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_FL -msgid "Principality of Liechtenstein" -msgstr "Principality of Liechtenstein" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_SH -msgid "Schaffhausen" -msgstr "Schaffhausen" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_SZ -msgid "Schwyz" -msgstr "Schwyz" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_SO -msgid "Solothurn" -msgstr "Solothurn" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_SG -msgid "St. Gallen" -msgstr "St. Gallen" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_TG -msgid "Thurgovia" -msgstr "Thurgovia" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_TI -msgid "Ticino" -msgstr "Ticino" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_UR -msgid "Uri" -msgstr "Uri" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_VS -msgid "Valais" -msgstr "Valais" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_VD -msgid "Vaud" -msgstr "Vaud" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_ZG -msgid "Zug" -msgstr "Zug" - -#. module: l10n_ch_states -#: model:res.country.state,name:l10n_ch_states.state_ZH -msgid "Zurich" -msgstr "Zurich" diff --git a/l10n_ch_states/i18n/fr.po b/l10n_ch_states/i18n/fr.po index c4d877e78..632d379e3 100644 --- a/l10n_ch_states/i18n/fr.po +++ b/l10n_ch_states/i18n/fr.po @@ -3,15 +3,16 @@ # * l10n_ch_states # # Translators: -# Yannick Vaucher , 2015 +# OCA Transbot , 2017 +# leemannd , 2017 msgid "" msgstr "" -"Project-Id-Version: l10n-switzerland (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 14:46+0000\n" -"PO-Revision-Date: 2015-10-06 13:46+0000\n" -"Last-Translator: Yannick Vaucher \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-l10n-switzerland-8-0/language/fr/)\n" +"POT-Creation-Date: 2017-01-14 04:14+0000\n" +"PO-Revision-Date: 2017-01-14 04:14+0000\n" +"Last-Translator: leemannd , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -51,7 +52,7 @@ msgstr "Berne" #. module: l10n_ch_states #: model:ir.model,name:l10n_ch_states.model_res_country_state msgid "Country state" -msgstr "" +msgstr "Canton" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_FR From 25a566e1a740a45d837f075becf3829edd22be95 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 14 Nov 2017 16:25:26 +0100 Subject: [PATCH 14/31] [MIG] l10n_ch_states: Migration to 11.0 --- l10n_ch_states/README.rst | 2 +- l10n_ch_states/__manifest__.py | 3 +-- l10n_ch_states/models/res_country.py | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/l10n_ch_states/README.rst b/l10n_ch_states/README.rst index bbe56bda0..63bff822f 100644 --- a/l10n_ch_states/README.rst +++ b/l10n_ch_states/README.rst @@ -26,7 +26,7 @@ Usage .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/125/10.0 + :target: https://runbot.odoo-community.org/runbot/125/11.0 Bug Tracker =========== diff --git a/l10n_ch_states/__manifest__.py b/l10n_ch_states/__manifest__.py index ed6b46d04..c952728ba 100644 --- a/l10n_ch_states/__manifest__.py +++ b/l10n_ch_states/__manifest__.py @@ -1,11 +1,10 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Mathias Neef copadoMEDIA UG # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Switzerland Country States', 'category': 'Localisation', 'summary': '', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'author': 'copado MEDIA UG, Odoo Community Association (OCA)', 'website': 'http://www.copado.de', 'license': 'AGPL-3', diff --git a/l10n_ch_states/models/res_country.py b/l10n_ch_states/models/res_country.py index dfac1dea7..cdeac32a6 100644 --- a/l10n_ch_states/models/res_country.py +++ b/l10n_ch_states/models/res_country.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Mathias Neef copadoMEDIA UG # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). From e46f2b154a4c61f43960838a0e5b0d7c49c226b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Fri, 15 Jun 2018 23:28:37 +0200 Subject: [PATCH 15/31] remove obsolete .pot files [ci skip] --- l10n_ch_states/i18n/de.po | 4 ++-- l10n_ch_states/i18n/fr.po | 4 ++-- l10n_ch_states/i18n/it.po | 7 ++++--- l10n_ch_states/i18n/l10n_ch_states.pot | 7 +++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/l10n_ch_states/i18n/de.po b/l10n_ch_states/i18n/de.po index e0281572f..e3622c02d 100644 --- a/l10n_ch_states/i18n/de.po +++ b/l10n_ch_states/i18n/de.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_ch_states +# * l10n_ch_states # msgid "" msgstr "" @@ -10,6 +10,7 @@ msgstr "" "PO-Revision-Date: 2015-06-23 13:57+0000\n" "Last-Translator: <>\n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -164,4 +165,3 @@ msgstr "Zug" #: model:res.country.state,name:l10n_ch_states.state_ZH msgid "Zurich" msgstr "Zürich" - diff --git a/l10n_ch_states/i18n/fr.po b/l10n_ch_states/i18n/fr.po index 632d379e3..618096e84 100644 --- a/l10n_ch_states/i18n/fr.po +++ b/l10n_ch_states/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_ch_states -# +# # Translators: # OCA Transbot , 2017 # leemannd , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:14+0000\n" "Last-Translator: leemannd , 2017\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: l10n_ch_states diff --git a/l10n_ch_states/i18n/it.po b/l10n_ch_states/i18n/it.po index e7fa5ccb1..fb0cdb315 100644 --- a/l10n_ch_states/i18n/it.po +++ b/l10n_ch_states/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_ch_states -# +# # Translators: # Stefano , 2015 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2015-10-09 14:46+0000\n" "PO-Revision-Date: 2015-10-08 20:29+0000\n" "Last-Translator: Stefano \n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-l10n-switzerland-8-0/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-l10n-" +"switzerland-8-0/language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_ch_states diff --git a/l10n_ch_states/i18n/l10n_ch_states.pot b/l10n_ch_states/i18n/l10n_ch_states.pot index 68a06e30c..d6d18eab2 100644 --- a/l10n_ch_states/i18n/l10n_ch_states.pot +++ b/l10n_ch_states/i18n/l10n_ch_states.pot @@ -4,10 +4,8 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-23 13:57+0000\n" -"PO-Revision-Date: 2015-06-23 13:57+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -33,7 +31,7 @@ msgstr "" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_BS msgid "Basel-City" -msgstr """ +msgstr "" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_BL @@ -164,3 +162,4 @@ msgstr "" #: model:res.country.state,name:l10n_ch_states.state_ZH msgid "Zurich" msgstr "" + From e4679df32e97c1a8acd36fce0bb6d8c78127e70e Mon Sep 17 00:00:00 2001 From: OCA git bot Date: Fri, 28 Sep 2018 17:53:42 +0200 Subject: [PATCH 16/31] [MIG] Make modules uninstallable --- l10n_ch_states/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_ch_states/__manifest__.py b/l10n_ch_states/__manifest__.py index c952728ba..4b56b5611 100644 --- a/l10n_ch_states/__manifest__.py +++ b/l10n_ch_states/__manifest__.py @@ -13,6 +13,6 @@ ], 'data': ['data/res_country_states.xml'], 'demo': [], - 'installable': True, + 'installable': False, 'application': False, } From 5696aaece9a5965e248f7eafb33a5f8d46ad0f1e Mon Sep 17 00:00:00 2001 From: chrispi-ch Date: Thu, 22 Nov 2018 20:32:53 +0000 Subject: [PATCH 17/31] Translated using Weblate (German) Currently translated at 100.0% (30 of 30 strings) Translation: l10n-switzerland-11.0/l10n-switzerland-11.0-l10n_ch_states Translate-URL: https://translation.odoo-community.org/projects/l10n-switzerland-11-0/l10n-switzerland-11-0-l10n_ch_states/de/ --- l10n_ch_states/i18n/de.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/l10n_ch_states/i18n/de.po b/l10n_ch_states/i18n/de.po index e3622c02d..8d4f66832 100644 --- a/l10n_ch_states/i18n/de.po +++ b/l10n_ch_states/i18n/de.po @@ -7,14 +7,15 @@ msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-06-23 13:57+0000\n" -"PO-Revision-Date: 2015-06-23 13:57+0000\n" -"Last-Translator: <>\n" +"PO-Revision-Date: 2018-11-22 20:34+0000\n" +"Last-Translator: chrispi-ch \n" "Language-Team: \n" -"Language: \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.2.2\n" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_AI @@ -39,7 +40,7 @@ msgstr "Basel-Stadt" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_BL msgid "Basel-Country" -msgstr "Basel-Land" +msgstr "Basel-Landschaft" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_BE @@ -49,7 +50,7 @@ msgstr "Bern" #. module: l10n_ch_states #: model:ir.model,name:l10n_ch_states.model_res_country_state msgid "Country state" -msgstr "Kantone" +msgstr "Kanton" #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_FR From f2f2f04374ce2385e6bc79145fa3f627ed105d80 Mon Sep 17 00:00:00 2001 From: mpanarin Date: Thu, 21 Feb 2019 12:18:11 +0200 Subject: [PATCH 18/31] [MIG] l10n_ch_states to v12 --- l10n_ch_states/README.rst | 71 +-- l10n_ch_states/__manifest__.py | 15 +- l10n_ch_states/i18n/de.po | 11 + l10n_ch_states/i18n/fr.po | 11 + l10n_ch_states/i18n/it.po | 11 + l10n_ch_states/i18n/l10n_ch_states.pot | 12 +- l10n_ch_states/readme/CONTRIBUTORS.rst | 1 + l10n_ch_states/readme/DESCRIPTION.rst | 4 + l10n_ch_states/readme/USAGE.rst | 2 + l10n_ch_states/static/description/icon.png | Bin 0 -> 9455 bytes l10n_ch_states/static/description/index.html | 427 +++++++++++++++++++ 11 files changed, 532 insertions(+), 33 deletions(-) create mode 100644 l10n_ch_states/readme/CONTRIBUTORS.rst create mode 100644 l10n_ch_states/readme/DESCRIPTION.rst create mode 100644 l10n_ch_states/readme/USAGE.rst create mode 100644 l10n_ch_states/static/description/icon.png create mode 100644 l10n_ch_states/static/description/index.html diff --git a/l10n_ch_states/README.rst b/l10n_ch_states/README.rst index 63bff822f..3ee86eee4 100644 --- a/l10n_ch_states/README.rst +++ b/l10n_ch_states/README.rst @@ -1,61 +1,82 @@ -.. 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 - ========================== Switzerland Country States ========================== +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github + :target: https://github.com/OCA/l10n-switzerland/tree/12.0/l10n_ch_states + :alt: OCA/l10n-switzerland +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/l10n-switzerland-12-0/l10n-switzerland-12-0-l10n_ch_states + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/125/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + This module extends res.country.states for Switzerland. It brings states with code and name for those who only want the states without cities. For those who also want cities, please install *Switzerland - Postal codes (ZIP) list* (`l10n_ch_zip`). +**Table of contents** -Installation -============ - -To install this module, you need to: - -* download and install manually -* or directly install it over Odoo-Apps - +.. contents:: + :local: Usage ===== -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/125/11.0 +In order to use this module you just in to install it. It will add Switzerland +country states to your database Bug Tracker =========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. +Do not contact contributors directly about support or help with technical issues. Credits ======= +Authors +~~~~~~~ + +* copado MEDIA UG + Contributors ------------- +~~~~~~~~~~~~ * Mathias Neef -Maintainer ----------- +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. .. 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 http://odoo-community.org. +This module is part of the `OCA/l10n-switzerland `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_ch_states/__manifest__.py b/l10n_ch_states/__manifest__.py index 4b56b5611..d3ce85ece 100644 --- a/l10n_ch_states/__manifest__.py +++ b/l10n_ch_states/__manifest__.py @@ -1,18 +1,19 @@ +# Copyright 2019 Camptocamp SA # Copyright 2015 Mathias Neef copadoMEDIA UG # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Switzerland Country States', 'category': 'Localisation', 'summary': '', - 'version': '11.0.1.0.0', - 'author': 'copado MEDIA UG, Odoo Community Association (OCA)', - 'website': 'http://www.copado.de', + 'version': '12.0.1.0.0', + 'author': 'copado MEDIA UG,' + 'Odoo Community Association (OCA)', + 'website': 'https://github.com/OCA/l10n-switzerland', 'license': 'AGPL-3', 'depends': [ 'base', ], - 'data': ['data/res_country_states.xml'], - 'demo': [], - 'installable': False, - 'application': False, + 'data': [ + 'data/res_country_states.xml' + ], } diff --git a/l10n_ch_states/i18n/de.po b/l10n_ch_states/i18n/de.po index 8d4f66832..33542d127 100644 --- a/l10n_ch_states/i18n/de.po +++ b/l10n_ch_states/i18n/de.po @@ -17,6 +17,12 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.2.2\n" +#. module: l10n_ch_states +#: model:ir.model.fields,help:l10n_ch_states.field_res_country_state__name +msgid "" +"Administrative divisions of a country. E.g. Fed. State, Departement, Canton" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_AI msgid "Appenzell Inner Rhodes" @@ -132,6 +138,11 @@ msgstr "Solothurn" msgid "St. Gallen" msgstr "St. Gallen" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__name +msgid "State Name" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_TG msgid "Thurgovia" diff --git a/l10n_ch_states/i18n/fr.po b/l10n_ch_states/i18n/fr.po index 618096e84..5a40e836d 100644 --- a/l10n_ch_states/i18n/fr.po +++ b/l10n_ch_states/i18n/fr.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: l10n_ch_states +#: model:ir.model.fields,help:l10n_ch_states.field_res_country_state__name +msgid "" +"Administrative divisions of a country. E.g. Fed. State, Departement, Canton" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_AI msgid "Appenzell Inner Rhodes" @@ -134,6 +140,11 @@ msgstr "Soleure" msgid "St. Gallen" msgstr "Saint Gall" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__name +msgid "State Name" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_TG msgid "Thurgovia" diff --git a/l10n_ch_states/i18n/it.po b/l10n_ch_states/i18n/it.po index fb0cdb315..3b36a2841 100644 --- a/l10n_ch_states/i18n/it.po +++ b/l10n_ch_states/i18n/it.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: l10n_ch_states +#: model:ir.model.fields,help:l10n_ch_states.field_res_country_state__name +msgid "" +"Administrative divisions of a country. E.g. Fed. State, Departement, Canton" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_AI msgid "Appenzell Inner Rhodes" @@ -134,6 +140,11 @@ msgstr "Soletta" msgid "St. Gallen" msgstr "San Gallo" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__name +msgid "State Name" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_TG msgid "Thurgovia" diff --git a/l10n_ch_states/i18n/l10n_ch_states.pot b/l10n_ch_states/i18n/l10n_ch_states.pot index d6d18eab2..446327f28 100644 --- a/l10n_ch_states/i18n/l10n_ch_states.pot +++ b/l10n_ch_states/i18n/l10n_ch_states.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -13,6 +13,11 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: l10n_ch_states +#: model:ir.model.fields,help:l10n_ch_states.field_res_country_state__name +msgid "Administrative divisions of a country. E.g. Fed. State, Departement, Canton" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_AI msgid "Appenzell Inner Rhodes" @@ -128,6 +133,11 @@ msgstr "" msgid "St. Gallen" msgstr "" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__name +msgid "State Name" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_TG msgid "Thurgovia" diff --git a/l10n_ch_states/readme/CONTRIBUTORS.rst b/l10n_ch_states/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..de688f14d --- /dev/null +++ b/l10n_ch_states/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Mathias Neef diff --git a/l10n_ch_states/readme/DESCRIPTION.rst b/l10n_ch_states/readme/DESCRIPTION.rst new file mode 100644 index 000000000..301503de4 --- /dev/null +++ b/l10n_ch_states/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +This module extends res.country.states for Switzerland. It brings states with +code and name for those who only want the states without cities. + +For those who also want cities, please install *Switzerland - Postal codes (ZIP) list* (`l10n_ch_zip`). diff --git a/l10n_ch_states/readme/USAGE.rst b/l10n_ch_states/readme/USAGE.rst new file mode 100644 index 000000000..f2d43462c --- /dev/null +++ b/l10n_ch_states/readme/USAGE.rst @@ -0,0 +1,2 @@ +In order to use this module you just in to install it. It will add Switzerland +country states to your database diff --git a/l10n_ch_states/static/description/icon.png b/l10n_ch_states/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 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 z 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 Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 diff --git a/l10n_ch_states/static/description/index.html b/l10n_ch_states/static/description/index.html new file mode 100644 index 000000000..a64dd359b --- /dev/null +++ b/l10n_ch_states/static/description/index.html @@ -0,0 +1,427 @@ + + + + + + +Switzerland Country States + + + +
+

Switzerland Country States

+ + +

Beta License: AGPL-3 OCA/l10n-switzerland Translate me on Weblate Try me on Runbot

+

This module extends res.country.states for Switzerland. It brings states with +code and name for those who only want the states without cities.

+

For those who also want cities, please install Switzerland - Postal codes (ZIP) list (l10n_ch_zip).

+

Table of contents

+ +
+

Usage

+

In order to use this module you just in to install it. It will add Switzerland +country states to your database

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • copado MEDIA UG
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

This module is part of the OCA/l10n-switzerland project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + From 0e11d771ac38ed1c5b442555fe36e3bbad40b551 Mon Sep 17 00:00:00 2001 From: pegonzalezspesol Date: Wed, 23 Oct 2019 10:19:05 +0200 Subject: [PATCH 19/31] [MIG] 13.0 l10n_ch_states --- l10n_ch_states/__manifest__.py | 23 +++++++++-------------- l10n_ch_states/i18n/l10n_ch_states.pot | 10 +++++----- l10n_ch_states/models/res_country.py | 2 +- 3 files changed, 15 insertions(+), 20 deletions(-) diff --git a/l10n_ch_states/__manifest__.py b/l10n_ch_states/__manifest__.py index d3ce85ece..f036224d0 100644 --- a/l10n_ch_states/__manifest__.py +++ b/l10n_ch_states/__manifest__.py @@ -2,18 +2,13 @@ # Copyright 2015 Mathias Neef copadoMEDIA UG # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Switzerland Country States', - 'category': 'Localisation', - 'summary': '', - 'version': '12.0.1.0.0', - 'author': 'copado MEDIA UG,' - 'Odoo Community Association (OCA)', - 'website': 'https://github.com/OCA/l10n-switzerland', - 'license': 'AGPL-3', - 'depends': [ - 'base', - ], - 'data': [ - 'data/res_country_states.xml' - ], + "name": "Switzerland Country States", + "category": "Localisation", + "summary": "", + "version": "13.0.1.0.0", + "author": "copado MEDIA UG," "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/l10n-switzerland", + "license": "AGPL-3", + "depends": ["base"], + "data": ["data/res_country_states.xml"], } diff --git a/l10n_ch_states/i18n/l10n_ch_states.pot b/l10n_ch_states/i18n/l10n_ch_states.pot index 446327f28..d7589e3dc 100644 --- a/l10n_ch_states/i18n/l10n_ch_states.pot +++ b/l10n_ch_states/i18n/l10n_ch_states.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_ch_states +# * l10n_ch_states # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -15,7 +15,8 @@ msgstr "" #. module: l10n_ch_states #: model:ir.model.fields,help:l10n_ch_states.field_res_country_state__name -msgid "Administrative divisions of a country. E.g. Fed. State, Departement, Canton" +msgid "" +"Administrative divisions of a country. E.g. Fed. State, Departement, Canton" msgstr "" #. module: l10n_ch_states @@ -172,4 +173,3 @@ msgstr "" #: model:res.country.state,name:l10n_ch_states.state_ZH msgid "Zurich" msgstr "" - diff --git a/l10n_ch_states/models/res_country.py b/l10n_ch_states/models/res_country.py index cdeac32a6..6e93e73e8 100644 --- a/l10n_ch_states/models/res_country.py +++ b/l10n_ch_states/models/res_country.py @@ -5,6 +5,6 @@ class CountryState(models.Model): - _inherit = 'res.country.state' + _inherit = "res.country.state" name = fields.Char(translate=True) From 53038505646a56cbdd7b747434b39d62934d575b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 23 Oct 2019 10:41:12 +0000 Subject: [PATCH 20/31] [UPD] README.rst --- l10n_ch_states/README.rst | 10 +++++----- l10n_ch_states/static/description/index.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/l10n_ch_states/README.rst b/l10n_ch_states/README.rst index 3ee86eee4..ee138487b 100644 --- a/l10n_ch_states/README.rst +++ b/l10n_ch_states/README.rst @@ -14,13 +14,13 @@ Switzerland Country States :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github - :target: https://github.com/OCA/l10n-switzerland/tree/12.0/l10n_ch_states + :target: https://github.com/OCA/l10n-switzerland/tree/13.0/l10n_ch_states :alt: OCA/l10n-switzerland .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/l10n-switzerland-12-0/l10n-switzerland-12-0-l10n_ch_states + :target: https://translation.odoo-community.org/projects/l10n-switzerland-13-0/l10n-switzerland-13-0-l10n_ch_states :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/125/12.0 + :target: https://runbot.odoo-community.org/runbot/125/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -77,6 +77,6 @@ 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. -This module is part of the `OCA/l10n-switzerland `_ project on GitHub. +This module is part of the `OCA/l10n-switzerland `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_ch_states/static/description/index.html b/l10n_ch_states/static/description/index.html index a64dd359b..9f7787ab9 100644 --- a/l10n_ch_states/static/description/index.html +++ b/l10n_ch_states/static/description/index.html @@ -367,7 +367,7 @@

Switzerland Country States

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/l10n-switzerland Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/l10n-switzerland Translate me on Weblate Try me on Runbot

This module extends res.country.states for Switzerland. It brings states with code and name for those who only want the states without cities.

For those who also want cities, please install Switzerland - Postal codes (ZIP) list (l10n_ch_zip).

@@ -394,7 +394,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -418,7 +418,7 @@

Maintainers

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.

-

This module is part of the OCA/l10n-switzerland project on GitHub.

+

This module is part of the OCA/l10n-switzerland project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

From 67cf95f1676206e1d0a1e29da68815b31460da6e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 14 Mar 2020 12:09:12 +0100 Subject: [PATCH 21/31] pre-commit update --- l10n_ch_states/data/res_country_states.xml | 176 ++++++++++----------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/l10n_ch_states/data/res_country_states.xml b/l10n_ch_states/data/res_country_states.xml index addd49b11..f26f6c4c1 100644 --- a/l10n_ch_states/data/res_country_states.xml +++ b/l10n_ch_states/data/res_country_states.xml @@ -1,148 +1,148 @@ - + - - Argovia - AG + + Argovia + AG - - Appenzell Outher Rhodes - AR + + Appenzell Outher Rhodes + AR - - Appenzell Inner Rhodes - AI + + Appenzell Inner Rhodes + AI - - Basel-Country - BL + + Basel-Country + BL - - Basel-City - BS + + Basel-City + BS - - Bern - BE + + Bern + BE - - Germany - DE + + Germany + DE - - Principality of Liechtenstein - FL + + Principality of Liechtenstein + FL - - Fribourg - FR + + Fribourg + FR - - Geneva - GE + + Geneva + GE - - Glarus - GL + + Glarus + GL - - Grisons - GR + + Grisons + GR - - Italy - IT + + Italy + IT - - Jura - JU + + Jura + JU - - Luzern - LU + + Luzern + LU - - Neuchâtel - NE + + Neuchâtel + NE - - Nidwald - NW + + Nidwald + NW - - Obwald - OW + + Obwald + OW - - Schaffhausen - SH + + Schaffhausen + SH - - Schwyz - SZ + + Schwyz + SZ - - Solothurn - SO + + Solothurn + SO - - St. Gallen - SG + + St. Gallen + SG - - Thurgovia - TG + + Thurgovia + TG - - Ticino - TI + + Ticino + TI - - Uri - UR + + Uri + UR - - Valais - VS + + Valais + VS - - Vaud - VD + + Vaud + VD - - Zug - ZG + + Zug + ZG - - Zurich - ZH + + Zurich + ZH From bf965a4b9a989f068a57b6d55526933a580a213f Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Thu, 29 Oct 2020 18:03:32 +0100 Subject: [PATCH 22/31] [MIG] l10n_ch_states: Migration to 14.0 --- l10n_ch_states/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_ch_states/__manifest__.py b/l10n_ch_states/__manifest__.py index f036224d0..4177c9d50 100644 --- a/l10n_ch_states/__manifest__.py +++ b/l10n_ch_states/__manifest__.py @@ -1,11 +1,11 @@ -# Copyright 2019 Camptocamp SA +# Copyright 2019-2020 Camptocamp SA # Copyright 2015 Mathias Neef copadoMEDIA UG # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Switzerland Country States", "category": "Localisation", "summary": "", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "copado MEDIA UG," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/l10n-switzerland", "license": "AGPL-3", From e6a3400e62a400b54035fb0116e7de8cbf347eda Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 14 Sep 2021 09:23:15 +0000 Subject: [PATCH 23/31] [UPD] README.rst --- l10n_ch_states/README.rst | 10 +++++----- l10n_ch_states/i18n/l10n_ch_states.pot | 17 ++++++++++++++++- l10n_ch_states/static/description/index.html | 6 +++--- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/l10n_ch_states/README.rst b/l10n_ch_states/README.rst index ee138487b..8270191da 100644 --- a/l10n_ch_states/README.rst +++ b/l10n_ch_states/README.rst @@ -14,13 +14,13 @@ Switzerland Country States :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github - :target: https://github.com/OCA/l10n-switzerland/tree/13.0/l10n_ch_states + :target: https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_states :alt: OCA/l10n-switzerland .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/l10n-switzerland-13-0/l10n-switzerland-13-0-l10n_ch_states + :target: https://translation.odoo-community.org/projects/l10n-switzerland-14-0/l10n-switzerland-14-0-l10n_ch_states :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/125/13.0 + :target: https://runbot.odoo-community.org/runbot/125/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -77,6 +77,6 @@ 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. -This module is part of the `OCA/l10n-switzerland `_ project on GitHub. +This module is part of the `OCA/l10n-switzerland `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_ch_states/i18n/l10n_ch_states.pot b/l10n_ch_states/i18n/l10n_ch_states.pot index d7589e3dc..a5a574cf7 100644 --- a/l10n_ch_states/i18n/l10n_ch_states.pot +++ b/l10n_ch_states/i18n/l10n_ch_states.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -54,6 +54,11 @@ msgstr "" msgid "Country state" msgstr "" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__display_name +msgid "Display Name" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_FR msgid "Fribourg" @@ -79,6 +84,11 @@ msgstr "" msgid "Grisons" msgstr "" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__id +msgid "ID" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_IT msgid "Italy" @@ -89,6 +99,11 @@ msgstr "" msgid "Jura" msgstr "" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state____last_update +msgid "Last Modified on" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_LU msgid "Luzern" diff --git a/l10n_ch_states/static/description/index.html b/l10n_ch_states/static/description/index.html index 9f7787ab9..1877e15c3 100644 --- a/l10n_ch_states/static/description/index.html +++ b/l10n_ch_states/static/description/index.html @@ -367,7 +367,7 @@

Switzerland Country States

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/l10n-switzerland Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/l10n-switzerland Translate me on Weblate Try me on Runbot

This module extends res.country.states for Switzerland. It brings states with code and name for those who only want the states without cities.

For those who also want cities, please install Switzerland - Postal codes (ZIP) list (l10n_ch_zip).

@@ -394,7 +394,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -418,7 +418,7 @@

Maintainers

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.

-

This module is part of the OCA/l10n-switzerland project on GitHub.

+

This module is part of the OCA/l10n-switzerland project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

From 49da2d6cbba07f03feda94647e7ac23bcd98964a Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 14 Sep 2021 14:46:12 +0000 Subject: [PATCH 24/31] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-switzerland-14.0/l10n-switzerland-14.0-l10n_ch_states Translate-URL: https://translation.odoo-community.org/projects/l10n-switzerland-14-0/l10n-switzerland-14-0-l10n_ch_states/ --- l10n_ch_states/i18n/de.po | 15 +++++++++++++++ l10n_ch_states/i18n/fr.po | 15 +++++++++++++++ l10n_ch_states/i18n/it.po | 15 +++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/l10n_ch_states/i18n/de.po b/l10n_ch_states/i18n/de.po index 33542d127..1c7abdbe7 100644 --- a/l10n_ch_states/i18n/de.po +++ b/l10n_ch_states/i18n/de.po @@ -58,6 +58,11 @@ msgstr "Bern" msgid "Country state" msgstr "Kanton" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__display_name +msgid "Display Name" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_FR msgid "Fribourg" @@ -83,6 +88,11 @@ msgstr "Glarus" msgid "Grisons" msgstr "Graubünden" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__id +msgid "ID" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_IT msgid "Italy" @@ -93,6 +103,11 @@ msgstr "Italien" msgid "Jura" msgstr "Jura" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state____last_update +msgid "Last Modified on" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_LU msgid "Luzern" diff --git a/l10n_ch_states/i18n/fr.po b/l10n_ch_states/i18n/fr.po index 5a40e836d..07b0328a3 100644 --- a/l10n_ch_states/i18n/fr.po +++ b/l10n_ch_states/i18n/fr.po @@ -60,6 +60,11 @@ msgstr "Berne" msgid "Country state" msgstr "Canton" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__display_name +msgid "Display Name" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_FR msgid "Fribourg" @@ -85,6 +90,11 @@ msgstr "Glaris" msgid "Grisons" msgstr "Grisons" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__id +msgid "ID" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_IT msgid "Italy" @@ -95,6 +105,11 @@ msgstr "Italie" msgid "Jura" msgstr "Jura" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state____last_update +msgid "Last Modified on" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_LU msgid "Luzern" diff --git a/l10n_ch_states/i18n/it.po b/l10n_ch_states/i18n/it.po index 3b36a2841..0ec2ff922 100644 --- a/l10n_ch_states/i18n/it.po +++ b/l10n_ch_states/i18n/it.po @@ -60,6 +60,11 @@ msgstr "Berna" msgid "Country state" msgstr "Stato" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__display_name +msgid "Display Name" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_FR msgid "Fribourg" @@ -85,6 +90,11 @@ msgstr "Glarona" msgid "Grisons" msgstr "Grigioni" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state__id +msgid "ID" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_IT msgid "Italy" @@ -95,6 +105,11 @@ msgstr "Italia" msgid "Jura" msgstr "Jura" +#. module: l10n_ch_states +#: model:ir.model.fields,field_description:l10n_ch_states.field_res_country_state____last_update +msgid "Last Modified on" +msgstr "" + #. module: l10n_ch_states #: model:res.country.state,name:l10n_ch_states.state_LU msgid "Luzern" From db042b8570c659444ffbddb3279c02a7c5000376 Mon Sep 17 00:00:00 2001 From: sonhd Date: Tue, 5 Jul 2022 12:21:14 +0700 Subject: [PATCH 25/31] [15.0][MIG] l10n_ch_states: Migrate to version 15.0 --- l10n_ch_states/README.rst | 18 +++++++++---- l10n_ch_states/__manifest__.py | 2 +- l10n_ch_states/readme/CONTRIBUTORS.rst | 3 +++ l10n_ch_states/readme/CREDITS.rst | 1 + l10n_ch_states/static/description/index.html | 27 +++++++++++++++----- 5 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 l10n_ch_states/readme/CREDITS.rst diff --git a/l10n_ch_states/README.rst b/l10n_ch_states/README.rst index 8270191da..588f903d3 100644 --- a/l10n_ch_states/README.rst +++ b/l10n_ch_states/README.rst @@ -14,13 +14,13 @@ Switzerland Country States :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github - :target: https://github.com/OCA/l10n-switzerland/tree/14.0/l10n_ch_states + :target: https://github.com/OCA/l10n-switzerland/tree/15.0/l10n_ch_states :alt: OCA/l10n-switzerland .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/l10n-switzerland-14-0/l10n-switzerland-14-0-l10n_ch_states + :target: https://translation.odoo-community.org/projects/l10n-switzerland-15-0/l10n-switzerland-15-0-l10n_ch_states :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/125/14.0 + :target: https://runbot.odoo-community.org/runbot/125/15.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -63,6 +63,14 @@ Contributors ~~~~~~~~~~~~ * Mathias Neef +* `Trobz `_: + + * Son Ho + +Other credits +~~~~~~~~~~~~~ + +The migration of this module from 14.0 to 15.0 was financially supported by Camptocamp Maintainers ~~~~~~~~~~~ @@ -77,6 +85,6 @@ 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. -This module is part of the `OCA/l10n-switzerland `_ project on GitHub. +This module is part of the `OCA/l10n-switzerland `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_ch_states/__manifest__.py b/l10n_ch_states/__manifest__.py index 4177c9d50..6cfe6ed54 100644 --- a/l10n_ch_states/__manifest__.py +++ b/l10n_ch_states/__manifest__.py @@ -5,7 +5,7 @@ "name": "Switzerland Country States", "category": "Localisation", "summary": "", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "author": "copado MEDIA UG," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/l10n-switzerland", "license": "AGPL-3", diff --git a/l10n_ch_states/readme/CONTRIBUTORS.rst b/l10n_ch_states/readme/CONTRIBUTORS.rst index de688f14d..33b65f064 100644 --- a/l10n_ch_states/readme/CONTRIBUTORS.rst +++ b/l10n_ch_states/readme/CONTRIBUTORS.rst @@ -1 +1,4 @@ * Mathias Neef +* `Trobz `_: + + * Son Ho diff --git a/l10n_ch_states/readme/CREDITS.rst b/l10n_ch_states/readme/CREDITS.rst new file mode 100644 index 000000000..3e193a7a6 --- /dev/null +++ b/l10n_ch_states/readme/CREDITS.rst @@ -0,0 +1 @@ +The migration of this module from 14.0 to 15.0 was financially supported by Camptocamp diff --git a/l10n_ch_states/static/description/index.html b/l10n_ch_states/static/description/index.html index 1877e15c3..22bd52f21 100644 --- a/l10n_ch_states/static/description/index.html +++ b/l10n_ch_states/static/description/index.html @@ -3,7 +3,7 @@ - + Switzerland Country States