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
680 B

9 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Holger Brunn <hbrunn@therp.nl>
  3. # Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "2D matrix for x2many fields",
  7. "version": "8.0.1.1.0",
  8. "author": "Therp BV, "
  9. "Tecnativa,"
  10. "Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "category": "Hidden/Dependency",
  13. "summary": "Show list fields as a matrix",
  14. "depends": [
  15. 'web',
  16. ],
  17. "data": [
  18. 'views/templates.xml',
  19. ],
  20. "qweb": [
  21. 'static/src/xml/web_widget_x2many_2d_matrix.xml',
  22. ],
  23. "installable": True,
  24. }