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?
لقد تم الإبلاغ عن هذا السؤال
1
الرد
5538
أدوات العرض
Hi,
use following approaches;
<t t-if="your_conditions">
<b></b>
</t>
or
<b t-if="condition">Sample Text</b>
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
2
سبتمبر 23
|
30424 | ||
|
|
2
يوليو 23
|
10504 | ||
|
|
1
يونيو 23
|
6847 | ||
|
|
1
أبريل 23
|
7747 | ||
|
|
1
نوفمبر 22
|
5693 |