How to render comments from QWeb template to the page of website?
That page contain like:
<!-- BlaBlaBla -->
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to render comments from QWeb template to the page of website?
That page contain like:
<!-- BlaBlaBla -->
After some experiment I found solution:
<t t-set="start_comment"><!--</t>
<t t-set="end_comment">--></t>
<t t-raw="start_comment"></t>BlaBlaBla<t t-raw="end_comment"></t>
<t t-raw="start_comment"></t>BlaBlaBla<t t-raw="end_comment"></t>
Will render:
<!--BlaBlaBla-->
<!--BlaBlaBla-->
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jan 19
|
8010 | ||
|
0
Dec 24
|
584 | ||
|
0
Dec 24
|
526 | ||
|
2
Jul 24
|
1964 | ||
|
2
Mar 22
|
11257 |