Files
odoo-usability/web_sheet_width_custom/__openerp__.py
2016-12-02 09:00:53 +01:00

21 lines
470 B
Python
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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,
}