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
765 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": "Responsive web client, community-supported",
  7. "version": "12.0.1.0.0",
  8. "category": "Website",
  9. "website": "https://github.com/OCA/web",
  10. "author": "LasLabs, Tecnativa, Alexandre Díaz, "
  11. "Odoo Community Association (OCA)",
  12. "license": "LGPL-3",
  13. "installable": True,
  14. "depends": [
  15. 'web',
  16. ],
  17. "data": [
  18. 'views/assets.xml',
  19. 'views/res_users.xml',
  20. 'views/web.xml',
  21. ],
  22. 'qweb': [
  23. 'static/src/xml/apps.xml',
  24. 'static/src/xml/form_view.xml',
  25. 'static/src/xml/navbar.xml',
  26. ],
  27. }