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.

20 lines
384 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": 'web_m2x_options',
  4. "version": "8.0.0.2.0",
  5. "depends": [
  6. 'base',
  7. 'web',
  8. ],
  9. 'qweb': [
  10. 'static/src/xml/base.xml',
  11. ],
  12. 'license': 'AGPL-3',
  13. 'data': [
  14. 'views/view.xml',
  15. 'views/model_view.xml',
  16. ],
  17. "author": "0k.io,Odoo Community Association (OCA)",
  18. "installable": True,
  19. }