Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
4855 Visninger

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
 


Avatar
Kassér

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

Bedste svar

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

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
maj 24
4312
2
jun. 23
3000
2
aug. 25
1363
0
jul. 25
329
4
jul. 25
2310