Skip to Content
Menu
This question has been flagged
4351 Zobrazenia

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?

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
nov 23
2185
4
aug 20
3999
1
jún 23
3362
1
nov 22
3646
2
jún 20
3854