Metadata-Version: 2.0
Name: odoo8-addon-base-iso3166
Version: 8.0.1.0.0.99.dev1
Summary: ISO 3166
Home-page: https://odoo-community.org
Author: Serv. Tecnol. Avanzados - Pedro M. Baeza, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo (<9.0a,>=8.0a)
Requires-Dist: pycountry

.. 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

===========================
ISO 3166 adaptation to Odoo
===========================

This module adds some data specified by ISO 3166, specifically:

* ISO 3166-1 alpha-3 (3-char) codes in countries
* ISO 3166-1 numeric codes in countries
* ISO 3166-3 formerly used codes in countries

Check https://en.wikipedia.org/wiki/ISO_3166 for more info.

Installation
============

This module requires the Python library pycountry >= 0.19 (and < 16.10.23rc1) installed in the
system.

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/101/8.0

Known issues / Roadmap
======================
Roadmap
-------
* Include 3166-2 country subdivision codes

Issue
-----
Since 16.10.23rc1 (new date version name) there is a breaking change in api: 

  “alpha2”, “alpha4”, etc. are now using an underscore as that’s the pattern in the upstream packages. So it’s “alpha_2” now

This odoo module is not currently up to date with this new api


Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/community-data-files/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
<https://github.com/OCA/
community-data-files/issues/new?body=module:%20
base_iso3166%0Aversion:%20
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======

Contributors
------------

* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>

Icon
----

* https://openclipart.org/detail/19481/world-map-more-detail

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: http://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.


