ADD module web_sheet_width_custom

This commit is contained in:
David Beal
2016-12-02 09:00:53 +01:00
parent b41f188eb4
commit c867b1d76f
10 changed files with 218 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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,
}