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.

90 lines
2.8 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 two new fields in Partner object:
  8. * Region (res.partner.region): Classification over state, automatically
  9. calculated when state is selected
  10. * Substate (res.partner.substate): Classification above state, user must select
  11. one from available for selected state
  12. Installation
  13. ============
  14. You need to install another addon (one for each country) in order to use
  15. these NUTS, for example:
  16. * l10n_es_location_nuts :
  17. * Spanish Provinces (NUTS level 4) as Partner State
  18. * Spanish Autonomous communities (NUTS level 3) as Partner Substate
  19. * Spanish Regions (NUTS level 2) as Partner Region
  20. * l10n_de_location_nuts :
  21. * German states (NUTS level 2) as Partner State
  22. * German districts (NUTS level 3) as Partner Substate
  23. * German regions (NUTS level 4) as Partner Region
  24. Configuration
  25. =============
  26. After installation, you must click at import wizard to populate NUTS items
  27. in Odoo database in:
  28. Sales > Configuration > Address Book > Import NUTS 2013
  29. This wizard will download from Europe RAMON service the metadata to
  30. build NUTS in Odoo. Each localization addon (l10n_es_location_nuts,
  31. l10n_de_location_nuts, ...) will inherit this wizard and
  32. relate each NUTS item with states. So if you install a new localization addon
  33. you must re-build NUTS clicking this wizard again.
  34. Usage
  35. =====
  36. Only Administrator can manage NUTS list (it is not neccesary because
  37. it is an European convention) but any registered user can read them,
  38. in order to allow to assign them to partner object.
  39. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  40. :alt: Try me on Runbot
  41. :target: https://runbot.odoo-community.org/runbot/134/{branch}
  42. Bug Tracker
  43. ===========
  44. Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
  45. In case of trouble, please check there if your issue has already been reported.
  46. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  47. `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**>`_.
  48. Credits
  49. =======
  50. Contributors
  51. ------------
  52. * Rafael Blasco <rafabn@antiun.com>
  53. * Antonio Espinosa <antonioea@antiun.com>
  54. Maintainer
  55. ----------
  56. .. image:: https://odoo-community.org/logo.png
  57. :alt: Odoo Community Association
  58. :target: https://odoo-community.org
  59. This module is maintained by the OCA.
  60. OCA, or the Odoo Community Association, is a nonprofit organization whose
  61. mission is to support the collaborative development of Odoo features and
  62. promote its widespread use.
  63. To contribute to this module, please visit http://odoo-community.org.