c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14631
[Bug 710900] Re: [trunk] text_html widget (widget_ckeditor) doesn't work
Any view xml. For example, addons/email_template/email_template_view.xml, record id="email_template_form".
I changed '<field name="def_body_html" colspan="4" nolabel="1" />' to '<field name="def_body_html" colspan="4" nolabel="1" widget="text_html"/>' (as it was in poweremail module in OpenERP 5).
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/710900
Title:
[trunk] text_html widget (widget_ckeditor) doesn't work
Status in OpenERP Web Client:
Incomplete
Bug description:
I changed in __openerp__.py (in widget_ckeditor folder) 'active' attr
from False to True. And defined field with widget='text_html' in view
xml. Nothing happened.
References