Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4877 Widoki

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
 


Awatar
Odrzuć

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

Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
maj 24
4325
2
cze 23
3015
2
sie 25
1370
0
lip 25
340
4
lip 25
2336