21 lines
470 B
Python
Executable File
21 lines
470 B
Python
Executable File
# coding: utf-8
|
||
# © 2016 David BEAL @ Akretion
|
||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||
|
||
{
|
||
'name': 'Web Sheet width Custom',
|
||
'summary': 'Choose a dedicated width for your form view',
|
||
'version': '8.0.1.0.0',
|
||
'license': 'AGPL-3',
|
||
'author': 'Akretion',
|
||
'category': 'web',
|
||
'depends': [
|
||
'web',
|
||
],
|
||
'data': [
|
||
'views/sheet.xml',
|
||
'views/ui_view.xml',
|
||
],
|
||
'installable': True,
|
||
}
|