Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
10239 Lượt xem

If I try to make a table for an email and use a loop in it:

<table>

<tr>

<th>Column1</th>

<th>Column1</th>

</tr>

% for comp in object.component_ids:

<tr>

<td>${data1}</td>

<td>${data2}</td>

</tr>

% endfor

</table>

And as soon as I save it, Odoo takes the % for and % endfor out of my table and puts them front of the <table>. Any idea why?


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Change the widget_html to widget_text... it should works :)


It is because the browser auto correct the html... and it is no valid to have node text between <tr> tag


 

Ảnh đại diện
Huỷ bỏ

please can you explain where can you change the widget?

@Magen

Enable debug mode in setting, go to the view you want to update

At top right click on the bug icon -> edit form -> replace widget='html_frame' by widget='text" for the body field

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 3 25
1217
0
thg 1 25
3275
1
thg 8 23
14576
change password Đã xử lý
1
thg 8 23
13236
4
thg 4 23
10268