remove openerp.py description

pull/64/head
luc-demeyer 2014-12-21 22:22:55 +01:00
parent ab72347284
commit 883266f66c
2 changed files with 5 additions and 22 deletions

View File

@ -13,3 +13,8 @@ inherited view with the following content:
Install the 'web_sheet_full_width' module if you want to have a full screen
behaviour in all sheets.
Acknowledgements
''''''''''''''''
Icon courtesy of http://www.picol.org/ (size_width.svg)

View File

@ -26,28 +26,6 @@
'license': 'AGPL-3',
'author': 'Noviat',
'category': 'Hidden',
'description': """
Description
-----------
This module adds a css class to change a Form Sheet view
to cover the full screen.
You can activate the Full Screen view by the creation of an
inherited view with the following content:
::
<xpath expr="//sheet" position="attributes">
<attribute name="class">oe_form_sheet_full_screen</attribute>
</xpath>
Install the 'web_sheet_full_width' module if you want to have a full screen
behaviour in all sheets.
Acknowledgements
----------------
Icon courtesy of http://www.picol.org/ (size_width.svg)
""",
'depends': [
'web',
],