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.

86 lines
2.6 KiB

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