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.

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