mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
+ Enable tree_but_open interface to be used for list views embedded into form views for one2many relational fields.
20 lines
436 B
Python
20 lines
436 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'web_one2many_list_action',
|
|
'summary': 'Enable tree_but_open action for One2ManyListView rows.',
|
|
'version': '8.0.1.0.0',
|
|
'author': 'initOS GmbH, Odoo Community Association (OCA)',
|
|
'license': 'AGPL-3',
|
|
'application': False,
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'depends': [
|
|
'web',
|
|
],
|
|
'data': [
|
|
'assets.xml',
|
|
],
|
|
'images': [],
|
|
}
|