Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4876 Visualizzazioni

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
Abbandona

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

Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
mag 24
4321
2
giu 23
3013
2
ago 25
1369
0
lug 25
339
4
lug 25
2335