3
0
Fork 0
web_techsystech/web_sheet_full_width_selective
luc-demeyer ab72347284 add README.rst 2014-12-21 20:22:47 +01:00
..
static add web_sheet_full_width_selective 2014-12-21 12:17:06 +01:00
views add web_sheet_full_width_selective 2014-12-21 12:17:06 +01:00
README.rst add README.rst 2014-12-21 20:22:47 +01:00
__init__.py add web_sheet_full_width_selective 2014-12-21 12:17:06 +01:00
__openerp__.py add README.rst 2014-12-21 20:22:47 +01:00

README.rst

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.