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.

19 lines
438 B

  1. {
  2. "name": "Group Expand Buttons",
  3. "category": "Web",
  4. "version": "8.0.1.0.0",
  5. "author": "OpenERP SA, "
  6. "AvanzOSC, "
  7. "Serv. Tecnol. Avanzados - Pedro M. Baeza, "
  8. "Odoo Community Association (OCA)",
  9. "depends": [
  10. "web"
  11. ],
  12. "qweb": [
  13. "static/src/xml/expand_buttons.xml",
  14. ],
  15. "data": [
  16. "views/templates.xml",
  17. ],
  18. 'installable': False,
  19. }