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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 LasLabs Inc.
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. "name": "Web Responsive",
  6. "summary": "It provides a mobile compliant interface for Odoo Community "
  7. "web",
  8. "version": "9.0.3.0.0",
  9. "category": "Website",
  10. "website": "https://laslabs.com/",
  11. "author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",
  12. "license": "LGPL-3",
  13. "installable": True,
  14. "depends": [
  15. 'web',
  16. ],
  17. "data": [
  18. 'views/assets.xml',
  19. 'views/web.xml',
  20. ],
  21. 'qweb': [
  22. 'static/src/xml/app_drawer_menu_search.xml',
  23. 'static/src/xml/form_view.xml',
  24. 'static/src/xml/navbar.xml',
  25. ],
  26. }