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.

33 lines
902 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.
  13. Acknowledgements
  14. ''''''''''''''''
  15. Icon courtesy of http://www.picol.org/ (size_width.svg)
  16. Maintainer
  17. ----------
  18. .. image:: http://odoo-community.org/logo.png
  19. :alt: Odoo Community Association
  20. :target: http://odoo-community.org
  21. This module is maintained by the OCA.
  22. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.