How can I show all toolbars in compose mail text?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
I am assuming you mean all the buttons to make text bold, underline it, etc. Am I right?
If this is the case, you just need to make the body
field of the message an html one.
_columns = {
...
'body': fields.html('Body of the email'),
...
}
and in the xml, by just putting it in the form view, the default widget has this buttons.
Hope this is what you want!
Tanx,but I don't understand.
When we want to compose a new message we have a textbox with some toolbar like bold,italic,... I want to add some other toolbar like align ,font. there are in "jquery.cleditor.js".but it was not shown.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire