I am using Odoo V9 online
I am creating a view under project/task that I only want to show if project_id of the task is 2
I tried:
<t t-if="project_id == '2'">
<t>test</t>
</t>
What is the proper code for doing this?
I am using Odoo V9 online
I am creating a view under project/task that I only want to show if project_id of the task is 2
I tried:
<t t-if="project_id == '2'">
<t>test</t>
</t>
What is the proper code for doing this?
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
0
11월 23
|
4085 | |||
|
Project View & Task View
해결 완료
|
4
8월 20
|
5830 | ||
|
1
2월 26
|
1738 | |||
|
1
12월 25
|
2191 | |||
|
1
6월 23
|
5667 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.