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.

31 lines
856 B

  1. # Copyright 2015 Tecnativa - Antonio Espinosa
  2. # Copyright 2016 Tecnativa - Pedro M. Baeza
  3. # Copyright 2018 Tecnativa - Jairo Llopis
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': "Manage model export profiles",
  7. 'category': 'Personalization',
  8. 'version': '11.0.1.0.0',
  9. 'depends': [
  10. 'web',
  11. ],
  12. 'data': [
  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': 'Tecnativa, '
  23. 'LasLabs, '
  24. 'Ursa Information Systems, '
  25. 'Odoo Community Association (OCA)',
  26. 'website': 'https://www.tecnativa.com',
  27. 'license': 'AGPL-3',
  28. 'installable': True,
  29. 'application': False,
  30. }