Skip to Content
Menu
This question has been flagged
3 Replies
1990 Views

Hi,

I want to replace the notes module in Odoo with Tinycme.

Here is the screenshot of the notes module:

https://github.com/skyzluo/demo/blob/master/odoo_note.png


Which JS files are responsible for generating the notes module?

How do I replace them?


Thanks,


Jerry



Avatar
Discard
Best Answer

See module web_editor for the editor code used everywhere.

All the editors in Odoo are based on Summernote, but the JS launchers (rte.js and ace.js — ace is used to edit code) try to not depend on it. In the web_editor module the views/editors.xml file will help you to understand the various JS files. You can alter the launchers or replace the xml view with a new one launching TinyMCE JS file.

You may find other modules code useful to help :

  • https://www.odoo.com/apps/modules/10.0/web_ckeditor4/

  • https://www.odoo.com/apps/modules/10.0/ckeditor_widget/

  • https://www.odoo.com/apps/modules/8.0/web_cleditor/



Avatar
Discard

For odoo15, any modules are there ?

Author Best Answer

If I click the save button in the Notes module, which Javascript file is called? Thanks

Avatar
Discard
Best Answer

hello, why don't you just uninstall it from the apps?

Avatar
Discard