diff --git a/web_ckeditor4/__openerp__.py b/web_ckeditor4/__openerp__.py index 319b1bce..977a6345 100644 --- a/web_ckeditor4/__openerp__.py +++ b/web_ckeditor4/__openerp__.py @@ -25,6 +25,9 @@ 'version': '1.0', 'description': """ This addon provides a widget for editing html fields via CKEditor 4.x + + Use widget="text_html" if you need just html display. In the unlikely case + you need specific features of ckeditor, use widget="text_ckeditor4". """, 'author': 'Therp BV', 'website': 'http://www.therp.nl',