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.

19 lines
436 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'web_one2many_list_action',
  4. 'summary': 'Enable tree_but_open action for One2ManyListView rows.',
  5. 'version': '8.0.1.0.0',
  6. 'author': 'initOS GmbH, Odoo Community Association (OCA)',
  7. 'license': 'AGPL-3',
  8. 'application': False,
  9. 'installable': True,
  10. 'auto_install': False,
  11. 'depends': [
  12. 'web',
  13. ],
  14. 'data': [
  15. 'assets.xml',
  16. ],
  17. 'images': [],
  18. }