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.

30 lines
922 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  3. # Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
  4. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  5. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'NUTS Regions',
  8. 'category': 'Localisation/Europe',
  9. 'version': '12.0.1.0.0',
  10. 'depends': [
  11. 'contacts',
  12. ],
  13. 'data': [
  14. 'views/res_country_view.xml',
  15. 'views/res_partner_nuts_view.xml',
  16. 'views/res_partner_view.xml',
  17. 'wizard/nuts_import_view.xml',
  18. 'security/ir.model.access.csv',
  19. ],
  20. 'images': [
  21. 'images/new_fields.png',
  22. ],
  23. 'author': 'Tecnativa, '
  24. 'Agile Business Group, '
  25. 'Odoo Community Association (OCA)',
  26. 'website': 'https://github.com/OCA/partner-contact/',
  27. 'license': 'AGPL-3',
  28. 'installable': True,
  29. }