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.

19 lines
496 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Daniel Reis
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Local Administrative Units',
  6. 'category': 'Localisation/Europe',
  7. 'version': '8.0.1.0.0',
  8. 'depends': [
  9. 'base',
  10. ],
  11. 'data': [
  12. 'views/res_partner_lau_view.xml',
  13. 'security/ir.model.access.csv',
  14. ],
  15. 'author': 'Daniel Reis, '
  16. 'Odoo Community Association (OCA)',
  17. 'license': 'AGPL-3',
  18. 'installable': True,
  19. }