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.

26 lines
689 B

  1. # -*- coding: utf-8 -*-
  2. # © 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': '8.0.2.1.0',
  8. 'depends': [
  9. 'web',
  10. ],
  11. 'data': [
  12. 'views/assets.xml',
  13. 'views/ir_exports_view.xml',
  14. ],
  15. 'qweb': [
  16. "static/src/xml/base.xml",
  17. ],
  18. 'author': 'Antiun Ingeniería S.L., '
  19. 'Tecnativa, '
  20. 'Odoo Community Association (OCA)',
  21. 'website': 'http://www.antiun.com',
  22. 'license': 'AGPL-3',
  23. 'installable': True,
  24. 'post_init_hook': 'post_init_hook',
  25. }