You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.7 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. ============
  4. NUTS Regions
  5. ============
  6. This module allows to import NUTS locations.
  7. Creates four new fields in Partner object, one per NUTS level
  8. * NUTS L1: Country level
  9. * NUTS L2: Normally state or big region level
  10. * NUTS L3: Normally substate or state level
  11. * NUTS L4: Normally small region or province level
  12. Installation
  13. ============
  14. We recommend to install another addon (one for each country) in order to relate
  15. NUTS with states defined by each localization addon, for example:
  16. * l10n_es_location_nuts : Spanish Provinces (NUTS level 4) related to Partner State
  17. * l10n_de_location_nuts : German states (NUTS level 2) related to Partner State
  18. Configuration
  19. =============
  20. After installation, you must click at import wizard to populate NUTS items
  21. in Odoo database in:
  22. Sales > Configuration > Address Book > Import NUTS 2013
  23. This wizard will download from Europe RAMON service the metadata to
  24. build NUTS in Odoo. Each localization addon (l10n_es_location_nuts,
  25. l10n_de_location_nuts, ...) will inherit this wizard and
  26. relate each NUTS item with states. So if you install a new localization addon
  27. you must re-build NUTS clicking this wizard again.
  28. Usage
  29. =====
  30. Only Administrator can manage NUTS list (it is not neccesary because
  31. it is an European convention) but any registered user can read them,
  32. in order to allow to assign them to partner object.
  33. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  34. :alt: Try me on Runbot
  35. :target: https://runbot.odoo-community.org/runbot/134/8.0
  36. Bug Tracker
  37. ===========
  38. Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
  39. In case of trouble, please check there if your issue has already been reported.
  40. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  41. `here <https://github.com/OCA/partner-contact/issues/new?body=module:%20base_location_nuts%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  42. Credits
  43. =======
  44. Contributors
  45. ------------
  46. * Rafael Blasco <rafabn@antiun.com>
  47. * Antonio Espinosa <antonioea@antiun.com>
  48. * Jairo Llopis <yajo.sk8@gmail.com>
  49. Maintainer
  50. ----------
  51. .. image:: https://odoo-community.org/logo.png
  52. :alt: Odoo Community Association
  53. :target: https://odoo-community.org
  54. This module is maintained by the OCA.
  55. OCA, or the Odoo Community Association, is a nonprofit organization whose
  56. mission is to support the collaborative development of Odoo features and
  57. promote its widespread use.
  58. To contribute to this module, please visit http://odoo-community.org.