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
898 B

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