콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1754 화면

Hello, I'm trying to improve my expenses module, and I would like to say "if the product chosen in the many2one field is "xxx" so span the price "0.53" :

<field name="x_unitamount_deplacement" widget="monetary"> 

    <t t-if="x_product_deplacement=='product_x'">

           <span>0.53</span>                               

    </t>

</field>


Something is wrong in my XML, could you help me ? Thanks

아바타
취소