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.

82 lines
2.2 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License
  3. NACE Activities in Partner
  4. ==========================
  5. This module adds the concept of NACE activity to the partner.
  6. NACE is the Statistical Classification of Economic Activities in the European
  7. Community. More info at http://ec.europa.eu/eurostat/en/web/products-manuals-and-guidelines/-/KS-RA-07-015
  8. Allows you to select in partner form:
  9. * Main NACE activity in a dropdown (many2one)
  10. * Secondary NACE activities in a multi label input (many2many)
  11. This addon is inspired in OCA/community-data-files/l10n_eu_nace, but it does
  12. not use partner categories to assign NACE activities to partner.
  13. Installation
  14. ============
  15. To install this module, you need request python module:
  16. * pip intall requests
  17. Configuration
  18. =============
  19. After installation, you must click at import wizard to populate NACE items
  20. in Odoo database in:
  21. Sales > Configuration > Address Book > Import NACE Rev.2 from RAMON
  22. This wizard will download from Europe RAMON service the metadata to
  23. build NACE database in Odoo in all installed languages.
  24. If you add a new language (or want to re-build NACE database), you should call
  25. import wizard again.
  26. Usage
  27. =====
  28. Only Administrator can manage NACE activity list (it is not neccesary because
  29. it is an European convention) but any registered user can read them,
  30. in order to allow to assign them to partner object.
  31. After configuration, all NACE activities are available to be selected in
  32. partner form as main and secondary activities.
  33. Applies only to partners marked as companies
  34. Known issues / Roadmap
  35. ======================
  36. * Improve import algorithm: Use context lang key to translate NACE items
  37. Credits
  38. =======
  39. Contributors
  40. ------------
  41. * Antonio Espinosa <antonioea@antiun.com>
  42. Maintainer
  43. ----------
  44. .. image:: http://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: http://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit http://odoo-community.org.