Skip to Content
Menu
This question has been flagged
1 Reply
1755 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
1656
0
Jan 24
1344
0
Feb 22
2504
2
Sep 16
10202
2
Dec 15
5297