跳至内容
菜单
此问题已终结
1 回复
4888 查看

Hi,

Am using Odoo 10.
My content is dynamic. ie.  Order Item line can grow from 1 to 13 items
How do you print the username(login),  Memo(for additional delivery instruction) and summary totals

in a fix area just above the footer?  

Your help will be greatly appreciated.
regards,

Gain

Odoo Stud
 


形象
丢弃

<span t-field="o.user.name"/>

最佳答案

do you mean in qweb report then use

<span t-esc="user.name" />

else you can access the user details from env, like self.env.user.name or request.env.user.name

for memo, which is accessible form object.note

put the code above footer call

形象
丢弃
相关帖文 回复 查看 活动
1
5月 24
4338
2
6月 23
3032
2
8月 25
1379
0
7月 25
350
4
7月 25
2348