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
19 lines
436 B
# -*- 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': [],
|
|
}
|