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.

34 lines
1.1 KiB

  1. NACE Activities in Partner
  2. ==========================
  3. This module adds the concept of NACE activity to the partner. Allows you to
  4. select in partner form:
  5. * Main NACE activity in a dropdown (many2one)
  6. * Secondary NACE activities in a multi label input (many2many)
  7. This addon is inspired in OCA/community-data-files/l10n_eu_nace, but it does
  8. not use partner categories to assign NACE activities to partner.
  9. Applies only to partners marked as companies
  10. After installation, you must click at import wizard to populate NACE items
  11. in Odoo database in:
  12. Sales > Configuration > Address Book > Import NACE Rev.2 from RAMON
  13. This wizard will download from Europe RAMON service the metadata to
  14. build NACE database in Odoo in all installed languages.
  15. If you add a new language (or want to re-build NACE database), you should call
  16. import wizard again.
  17. Only Administrator can manage NACE activity list (it is not neccesary because
  18. it is an European convention) but any registered user can read them,
  19. in order to allow to assign them to partner object.
  20. Credits
  21. =======
  22. Contributors
  23. ------------
  24. * Antonio Espinosa <antonioea@antiun.com>