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.

20 lines
590 B

  1. {
  2. 'name': 'web_widget_x2many_2d_matrix example',
  3. 'summary': "A small example on how to use `web_widget_x2many_2d_matrix`.",
  4. "version": "11.0.1.0.0",
  5. "author": "Camptocamp, "
  6. "Odoo Community Association (OCA)",
  7. "website": "https://github.com/OCA/web",
  8. "license": "AGPL-3",
  9. "category": "Hidden/Dependency",
  10. "depends": [
  11. 'web_widget_x2many_2d_matrix',
  12. ],
  13. "data": [
  14. 'security/ir.model.access.csv',
  15. 'demo/x2m.demo.csv',
  16. 'views/x2m_demo.xml',
  17. 'wizard/x2m_matrix.xml',
  18. ],
  19. "installable": True,
  20. }