mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
add README.rst
This commit is contained in:
15
web_sheet_full_width_selective/README.rst
Normal file
15
web_sheet_full_width_selective/README.rst
Normal 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.
|
||||
@@ -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
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user