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.

29 lines
769 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Antiun Ingenieria S.L. - Antonio Espinosa
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "NACE Activities",
  6. "version": "8.0.1.0.0",
  7. "category": "Localisation/Europe",
  8. "website": "http://www.antiun.com",
  9. "author": "Antiun Ingeniería S.L., "
  10. "Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "external_dependencies": {
  15. "python": [
  16. "requests",
  17. ],
  18. },
  19. "depends": [
  20. "base",
  21. ],
  22. "data": [
  23. 'views/res_partner_nace_view.xml',
  24. 'views/res_partner_view.xml',
  25. 'wizard/nace_import_view.xml',
  26. 'security/ir.model.access.csv',
  27. ]
  28. }