Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1898 มุมมอง

Can you helpme?   I want to put the next code in an exact place in my page, and aparently it funtions with setTag accord with documentation, but i cant get it done.


Pleas Helpme


[[ formatLang(o.amount_untaxed, digits=get_digits(dp='Account')) ]] [[ o.currency_id.symbol ]]

[[ formatLang(o.amount_tax, digits=get_digits(dp='Account')) ]] [[ o.currency_id.symbol ]]

[[ formatLang(o.amount_total, digits=get_digits(dp='Account')) ]] [[ o.currency_id.symbol ]]

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

The setTag it's not for that end. You need to use the tag place, see an example of how to do it here:

https://www.odoo.com/forum/help-1/question/how-can-i-use-storyplace-element-in-rml-on-openerp7-52592#answer_71913

อวตาร
ละทิ้ง