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.

15 lines
449 B

10 years ago
  1. Description
  2. -----------
  3. This module adds a css class to change a Form Sheet view
  4. to cover the full screen.
  5. You can activate the Full Screen view by the creation of an
  6. inherited view with the following content:
  7. ::
  8. <xpath expr="//sheet" position="attributes">
  9. <attribute name="class">oe_form_sheet_full_screen</attribute>
  10. </xpath>
  11. Install the 'web_sheet_full_width' module if you want to have a full screen
  12. behaviour in all sheets.