diff --git a/web_sheet_full_width_selective/README.rst b/web_sheet_full_width_selective/README.rst
new file mode 100644
index 000000000..10b6e1866
--- /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 dae518a2a..2ec99b8da 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
----------------