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.

21 lines
558 B

  1. # Copyright 2015 Therp BV <http://therp.nl>.
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Full width searchbar",
  5. "version": "12.0.1.0.0",
  6. "author": "Therp BV, "
  7. "Odoo Community Association (OCA), "
  8. "Siddharth Bhalgami",
  9. 'website': "http://github.com/OCA/web",
  10. "license": "AGPL-3",
  11. "category": "Tools",
  12. "summary": "Show search bar in full screen width",
  13. "depends": [
  14. 'web',
  15. ],
  16. "data": [
  17. 'views/templates.xml',
  18. ],
  19. 'installable': True,
  20. }