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.

28 lines
792 B

  1. # Copyright 2016-2017 LasLabs Inc.
  2. # Copyright 2018 Alexandre Díaz
  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": "11.0.1.0.2",
  9. "category": "Website",
  10. "website": "https://laslabs.com/",
  11. "author": "LasLabs, Tecnativa, Alexandre Díaz, "
  12. "Odoo Community Association (OCA)",
  13. "license": "LGPL-3",
  14. "installable": True,
  15. "depends": [
  16. 'web',
  17. ],
  18. "data": [
  19. 'views/assets.xml',
  20. 'views/web.xml',
  21. 'views/inherited_view_users_form_simple_modif.xml',
  22. ],
  23. 'qweb': [
  24. 'static/src/xml/form_view.xml',
  25. 'static/src/xml/navbar.xml',
  26. ],
  27. }