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

  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': '12.0.1.0.0',
  8. 'author': (
  9. 'Therp BV, '
  10. 'Tecnativa, '
  11. 'Camptocamp, '
  12. 'Odoo Community Association (OCA)'
  13. ),
  14. 'website': 'https://github.com/OCA/web',
  15. 'license': 'AGPL-3',
  16. 'category': 'Hidden/Dependency',
  17. 'summary': 'Show list fields as a matrix',
  18. 'depends': [
  19. 'web',
  20. ],
  21. 'data': [
  22. 'views/assets.xml',
  23. ],
  24. 'installable': True,
  25. }