diff --git a/web_sheet_full_width_selective/README.rst b/web_sheet_full_width_selective/README.rst index 10b6e186..a096b66e 100644 --- a/web_sheet_full_width_selective/README.rst +++ b/web_sheet_full_width_selective/README.rst @@ -13,3 +13,8 @@ inherited view with the following content: Install the 'web_sheet_full_width' module if you want to have a full screen behaviour in all sheets. + + +Acknowledgements +'''''''''''''''' +Icon courtesy of http://www.picol.org/ (size_width.svg) diff --git a/web_sheet_full_width_selective/__openerp__.py b/web_sheet_full_width_selective/__openerp__.py index 2ec99b8d..b795eea4 100755 --- a/web_sheet_full_width_selective/__openerp__.py +++ b/web_sheet_full_width_selective/__openerp__.py @@ -26,28 +26,6 @@ 'license': 'AGPL-3', 'author': 'Noviat', 'category': 'Hidden', - 'description': """ -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. - - -Acknowledgements ----------------- -Icon courtesy of http://www.picol.org/ (size_width.svg) - """, 'depends': [ 'web', ],