Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4949 Tampilan

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
Buang

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

Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Mei 24
4424
2
Jun 23
3107
2
Agu 25
5777
2
Agu 25
1492
0
Jul 25
475