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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Jan 24
|
416 | ||
|
0
Jan 24
|
243 | ||
|
0
Feb 22
|
1309 | ||
|
2
Sep 16
|
8607 | ||
|
2
Dec 15
|
4195 |