3
0
Fork 0

add README.rst

9.0
luc-demeyer 2014-12-21 20:22:47 +01:00
parent 4afc12586d
commit ab72347284
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,15 @@
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.

View File

@ -40,6 +40,9 @@ inherited view with the following content:
<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
----------------