From db9239cec8fed17c5c5e9a0e7548feb42cf711cb Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Wed, 29 May 2013 21:31:33 +0200 Subject: [PATCH] [IMP] mention which widget names when to use --- web_ckeditor4/__openerp__.py | 3 +++ 1 file changed, 3 insertions(+) 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',