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.

91 lines
2.6 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==========================
  5. Local Administrative Units
  6. ==========================
  7. Add support to local administrative areas, such as municipalities.
  8. Two new fields are added to the Partners model: LAU1 and LAU2.
  9. It is compatible with the Eurostat NUTS\LAU structure.
  10. * The upper LAU level (LAU level 1, formerly NUTS level 4) is defined for most,
  11. but not all of the countries.
  12. * The lower LAU level (LAU level 2, formerly NUTS level 5) consists of
  13. municipalities or equivalent units in the 28 EU Member States.
  14. Se also: http://ec.europa.eu/eurostat/web/nuts/local-administrative-units
  15. Installation
  16. ============
  17. No data is provided by this module.
  18. Country specific data should be provided by localization modules.
  19. Configuration
  20. =============
  21. The Local Administrative Units table setup can be done under
  22. Sales > Configuration > Address Book
  23. Usage
  24. =====
  25. Only Administrator can manage LAUs, but any registered user can read them,
  26. in order to allow to assign them to Partners.
  27. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  28. :alt: Try me on Runbot
  29. :target: https://runbot.odoo-community.org/runbot/134/8.0
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
  33. In case of trouble, please check there if your issue has already been reported.
  34. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  35. `here <https://github.com/OCA/partner-contact/issues/new?body=module:%20base_location_lau%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  36. Roadmap / Known Issues
  37. ======================
  38. * The LAU fields are not added to the Partner form.
  39. * LAU fields could also be added to Employees, to allow meeting
  40. local reporting requirements.
  41. Credits
  42. =======
  43. Contributors
  44. ------------
  45. * Daniel Reis <dreis.pt(at)hotmail.com>
  46. Based on the base_location_nuts module contributed by:
  47. * Rafael Blasco <rafabn@antiun.com>
  48. * Antonio Espinosa <antonioea@antiun.com>
  49. * Jairo Llopis <yajo.sk8@gmail.com>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit http://odoo-community.org.