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.

29 lines
781 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.1.2",
  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. 'mail',
  17. ],
  18. "data": [
  19. 'views/assets.xml',
  20. 'views/res_users.xml',
  21. 'views/web.xml',
  22. ],
  23. 'qweb': [
  24. 'static/src/xml/apps.xml',
  25. 'static/src/xml/form_view.xml',
  26. 'static/src/xml/navbar.xml',
  27. ],
  28. }