Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4864 Zobrazení

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
Zrušit

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

Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
kvě 24
4314
2
čvn 23
3005
2
srp 25
1366
0
čvc 25
334
4
čvc 25
2319