Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4866 Vistas

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
Descartar

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

Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
may 24
4314
2
jun 23
3008
2
ago 25
1367
0
jul 25
335
4
jul 25
2320