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.

25 lines
590 B

  1. {
  2. "name": "Group Expand Buttons",
  3. 'summary': """
  4. Enables expanding/reset all groups in list view
  5. """,
  6. "version": "11.0.1.0.1",
  7. "category": "Web",
  8. "author": "OpenERP SA, "
  9. "AvanzOSC, "
  10. "Tecnativa, "
  11. "Odoo Community Association (OCA)",
  12. "website": "https://github.com/oca/web",
  13. 'license': 'AGPL-3',
  14. "depends": [
  15. "web"
  16. ],
  17. "data": [
  18. "templates/assets.xml",
  19. ],
  20. "qweb": [
  21. "static/src/xml/web_group_expand.xml",
  22. ],
  23. "installable": True,
  24. 'application': False,
  25. }