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.

32 lines
881 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Antiun Ingeniería S.L. - Antonio Espinosa
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "Manage model export profiles",
  6. 'category': 'Personalization',
  7. 'version': '9.0.1.1.0',
  8. 'depends': [
  9. 'web',
  10. ],
  11. 'data': [
  12. 'data/ir_exports_data.xml',
  13. 'views/assets.xml',
  14. 'views/ir_exports.xml',
  15. 'views/ir_model.xml',
  16. 'views/ir_model_access.xml',
  17. 'views/res_groups.xml',
  18. ],
  19. 'qweb': [
  20. "static/src/xml/base.xml",
  21. ],
  22. 'author': 'Antiun Ingeniería S.L., '
  23. 'Tecnativa, '
  24. 'LasLabs, '
  25. 'Ursa Information Systems, '
  26. 'Odoo Community Association (OCA)',
  27. 'website': 'http://www.antiun.com',
  28. 'license': 'AGPL-3',
  29. 'installable': True,
  30. 'application': False,
  31. }