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.

27 lines
785 B

  1. # Copyright 2016 Henry Zhou (http://www.maxodoo.com)
  2. # Copyright 2016 Rodney (http://clearcorp.cr/)
  3. # Copyright 2012 Agile Business Group
  4. # Copyright 2012 Domsense srl (<http://www.domsense.com>)
  5. # Copyright 2012 Therp BV
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  7. {
  8. 'name': 'Web Export Current View',
  9. 'version': '11.0.1.0.0',
  10. 'category': 'Web',
  11. 'author': 'Henry Zhou, Agile Business Group, \
  12. Odoo Community Association (OCA)',
  13. 'website': 'https://github.com/OCA/web',
  14. 'license': 'AGPL-3',
  15. 'depends': [
  16. 'web',
  17. ],
  18. "data": [
  19. 'views/web_export_view_view.xml',
  20. ],
  21. 'qweb': [
  22. "static/src/xml/web_export_view_template.xml",
  23. ],
  24. 'installable': True,
  25. 'auto_install': False,
  26. }