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.

23 lines
707 B

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