diff --git a/base_country_state_translatable/README.rst b/base_country_state_translatable/README.rst index cb3e7a204..6544f5e06 100644 --- a/base_country_state_translatable/README.rst +++ b/base_country_state_translatable/README.rst @@ -1,4 +1,4 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg +.. 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 @@ -6,23 +6,23 @@ Translate Country States ======================== -This module allows to translate the country states names +This module allows to translate the country states names. Usage ===== -* Inherit this module in your l10n_xx_country_states Module and translate the states names +* Inherit this module in your l10n_xx_country_states Module and translate the states names. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/175/10.0 + :target: https://runbot.odoo-community.org/runbot/134/11.0 Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. 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. diff --git a/base_country_state_translatable/__init__.py b/base_country_state_translatable/__init__.py index 7af4bb052..0650744f6 100644 --- a/base_country_state_translatable/__init__.py +++ b/base_country_state_translatable/__init__.py @@ -1,5 +1 @@ -# -*- coding: utf-8 -*- -# © initOS GmbH 2017 -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - from . import models diff --git a/base_country_state_translatable/__manifest__.py b/base_country_state_translatable/__manifest__.py index c530e9e32..cdc18b34c 100644 --- a/base_country_state_translatable/__manifest__.py +++ b/base_country_state_translatable/__manifest__.py @@ -1,17 +1,13 @@ -# -*- coding: utf-8 -*- # © initOS GmbH 2017 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Translate Country States", - "version": "10.0.1.0.0", + "version": "11.0.1.0.0", "depends": ['base', ], - 'application': False, 'author': 'initOS GmbH, Odoo Community Association (OCA)', - "category": "Localisation/Europe", + "category": "Localisation", 'license': 'AGPL-3', - 'data': [], 'installable': True, - 'auto_install': False, } diff --git a/base_country_state_translatable/models/__init__.py b/base_country_state_translatable/models/__init__.py index 8bad4f313..11573766f 100644 --- a/base_country_state_translatable/models/__init__.py +++ b/base_country_state_translatable/models/__init__.py @@ -1,5 +1 @@ -# -*- coding: utf-8 -*- -# © initOS GmbH 2017 -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - from . import res_country diff --git a/base_country_state_translatable/models/res_country.py b/base_country_state_translatable/models/res_country.py index 29773f372..6db41b5a4 100644 --- a/base_country_state_translatable/models/res_country.py +++ b/base_country_state_translatable/models/res_country.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © initOS GmbH 2017 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).