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.

46 lines
1.7 KiB

  1. # -*- coding: utf-8 -*-
  2. # Python source code encoding : https://www.python.org/dev/peps/pep-0263/
  3. ##############################################################################
  4. #
  5. # OpenERP, Odoo Source Management Solution
  6. # Copyright (c) 2015 Antiun Ingeniería S.L. (http://www.antiun.com)
  7. # Antonio Espinosa <antonioea@antiun.com>
  8. #
  9. # This program is free software: you can redistribute it and/or modify
  10. # it under the terms of the GNU Affero General Public License as published
  11. # by the Free Software Foundation, either version 3 of the License, or
  12. # (at your option) any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU Affero General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU Affero General Public License
  20. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. #
  22. ##############################################################################
  23. {
  24. 'name': 'NUTS Regions',
  25. 'category': 'Localisation/Europe',
  26. 'version': '8.0.2.0.0',
  27. 'depends': [
  28. 'base',
  29. ],
  30. 'data': [
  31. 'views/res_country_view.xml',
  32. 'views/res_partner_nuts_view.xml',
  33. 'views/res_partner_view.xml',
  34. 'wizard/nuts_import_view.xml',
  35. 'security/ir.model.access.csv',
  36. ],
  37. 'images': [
  38. 'images/new_fields.png',
  39. ],
  40. 'author': 'Antiun Ingeniería S.L., '
  41. 'Odoo Community Association (OCA)',
  42. 'website': 'http://www.antiun.com',
  43. 'license': 'AGPL-3',
  44. 'installable': False,
  45. }