跳至内容
菜单
此问题已终结
1 回复
2104 查看
class="partner-list-contents">
t-foreach="partners"
t-as="partner"
t-key="partner.id">
t-if="partner.parent_id==False">
partner="partner"
selectedPartner="state.selectedPartner"
detailIsShown="state.detailIsShown"
isBalanceDisplayed="isBalanceDisplayed"
onClickEdit.bind="editPartner"
onClickPartner.bind="clickPartner"/>


the parent_id is many2one field.  I need to display in the pos customer list, the customer who dont have the parent id

形象
丢弃
最佳答案

Hi,

Verify the variable you're using in the t-ifcondition. Ensure that the variable name is accurate, and confirmthat the condition you're utilizing is suitable. For instance, ifyou're verifying a boolean value, the condition should be structuredlike this:

<divt-if="partner.parent_id == false">

So, instead of usingFalse, you should use falsein your t-if condition.

       


Hope it helps


形象
丢弃
相关帖文 回复 查看 活动
0
1月 24
1320
1
2月 25
2030
1
3月 24
2114
2
6月 24
3135
1
2月 24
1755