How can i securely render HTML formated text with some allowed tags like <b> <i> on a odoo qweb report.
I don't trust t-raw.
There are any odoo module or example code for this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
4243
Vistas
Hi,
use following approaches;
<t t-if="your_conditions">
<b></b>
</t>
or
<b t-if="condition">Sample Text</b>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
sept 23
|
26375 | ||
|
2
jul 23
|
6283 | ||
|
1
jun 23
|
4316 | ||
|
1
abr 23
|
5036 | ||
|
1
nov 22
|
3737 |