Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4954 Переглядів

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
 


Аватар
Відмінити

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

Найкраща відповідь

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
трав. 24
4427
2
черв. 23
3110
2
серп. 25
5780
2
серп. 25
1519
0
лип. 25
497