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.

33 lines
941 B

  1. # Copyright 2015 Tecnativa - Antonio Espinosa
  2. # Copyright 2016 Tecnativa - Pedro M. Baeza
  3. # Copyright 2018 Tecnativa - Jairo Llopis
  4. # Copyright 2019 brain-tec AG - Olivier Jossen
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': "Manage model export profiles",
  8. 'category': 'Personalization',
  9. 'version': '12.0.1.0.0',
  10. 'depends': [
  11. 'web',
  12. ],
  13. 'data': [
  14. 'views/assets.xml',
  15. 'views/ir_exports.xml',
  16. 'views/ir_model.xml',
  17. 'views/ir_model_access.xml',
  18. 'views/res_groups.xml',
  19. ],
  20. 'qweb': [
  21. "static/src/xml/base.xml",
  22. ],
  23. 'author': 'Tecnativa, '
  24. 'LasLabs, '
  25. 'Ursa Information Systems, '
  26. 'brain-tec AG, '
  27. 'Odoo Community Association (OCA)',
  28. 'website': 'https://github.com/OCA/server-ux',
  29. 'license': 'AGPL-3',
  30. 'installable': True,
  31. 'application': False,
  32. }