From ab7234728452f789225c236cca1bc5055a1a2836 Mon Sep 17 00:00:00 2001 From: luc-demeyer Date: Sun, 21 Dec 2014 20:22:47 +0100 Subject: [PATCH] add README.rst --- web_sheet_full_width_selective/README.rst | 15 +++++++++++++++ web_sheet_full_width_selective/__openerp__.py | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 web_sheet_full_width_selective/README.rst diff --git a/web_sheet_full_width_selective/README.rst b/web_sheet_full_width_selective/README.rst new file mode 100644 index 00000000..10b6e186 --- /dev/null +++ b/web_sheet_full_width_selective/README.rst @@ -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: +:: + + + oe_form_sheet_full_screen + + +Install the 'web_sheet_full_width' module if you want to have a full screen +behaviour in all sheets. diff --git a/web_sheet_full_width_selective/__openerp__.py b/web_sheet_full_width_selective/__openerp__.py index dae518a2..2ec99b8d 100755 --- a/web_sheet_full_width_selective/__openerp__.py +++ b/web_sheet_full_width_selective/__openerp__.py @@ -40,6 +40,9 @@ inherited view with the following content: oe_form_sheet_full_screen +Install the 'web_sheet_full_width' module if you want to have a full screen +behaviour in all sheets. + Acknowledgements ----------------