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.

21 lines
654 B

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