You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
449 B
449 B
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.