Files
web/web_one2many_list_action/__openerp__.py
Peter Hahn 2844a62a3d New module 'web_one2many_list_action'
+ Enable tree_but_open interface to be used for list views embedded into
form views for one2many relational fields.
2016-03-16 16:04:10 +01:00

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': [],
}