Skip to Content
Menu
This question has been flagged
1 Atsakyti
4891 Rodiniai

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
 


Portretas
Atmesti

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

Best Answer

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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
geg. 24
4339
2
birž. 23
3033
2
rugp. 25
1383
0
liep. 25
350
4
liep. 25
2354