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
601 B

  1. # Copyright 2015 0k.io
  2. # Copyright 2016 ACSONE SA/NV
  3. # Copyright 2017 Tecnativa
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": 'web_m2x_options',
  7. "version": "12.0.1.0.0",
  8. 'category': 'Web',
  9. "author": "ACSONE SA/NV, "
  10. "0k.io, "
  11. "Tecnativa, "
  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/view.xml'
  20. ],
  21. 'qweb': [
  22. 'static/src/xml/base.xml',
  23. ],
  24. 'installable': True,
  25. }