Skip to Content
Menu
This question has been flagged
1 Reply
1368 Views

I want to add a "printed by " + "name of the employee who print the document" in the invoice and sales order if there any way to add it on the qweb report and the the field should i called in the qweb report

thanks

Avatar
Discard
Best Answer

Hi,

You can inherit the report layout or the header/footer and below code to it:

<span>Printed By:
<span t-esc="user.name"/>
</span>

Thanks

Avatar
Discard
Related Posts Replies Views Activity
0
Jan 24
416
0
Jan 24
243
0
Feb 22
1309
2
Sep 16
8607
2
Dec 15
4195