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.

23 lines
839 B

4 years ago
4 years ago
4 years ago
4 years ago
  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": "14.0.1.0.1",
  9. "depends": ["contacts"],
  10. "data": [
  11. "views/res_country_view.xml",
  12. "views/res_partner_nuts_view.xml",
  13. "views/res_partner_view.xml",
  14. "wizard/nuts_import_view.xml",
  15. "security/ir.model.access.csv",
  16. ],
  17. "images": ["images/new_fields.png"],
  18. "author": "Tecnativa, " "Agile Business Group, " "Odoo Community Association (OCA)",
  19. "website": "https://github.com/OCA/partner-contact",
  20. "license": "AGPL-3",
  21. "installable": True,
  22. }