Skip to Content
Menu
This question has been flagged
2 Replies
10963 Views

We are looking how we can edit text i.e. for products in shop and format them with an HTML editor in Odoo 8. Any ideas, tipps and suggestions?

Avatar
Discard
Best Answer

See the answer of your other question

https://www.odoo.com/forum/help-1/question/how-to-use-text-fields-with-html-formatting-97237#answer_97271

Avatar
Discard
Best Answer

better you need to add one module "web_ckeditor4", and in xml file of the field add widget like **widget = "text_html".

dnt forget to add dependency in to openerp file.

Avatar
Discard