Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1538 Widoki

Hi All,


i'm using odoo online (enterprise) and odoo studio (saas 17.2).

for Quotation number while print to pdf report is only show S0001.pdf.


i check in internet and for the change that field name report is in :

Settings > Technical > Reporting > Reports 


How i can add customer name in PDF report filename : e.g : S0001 Company.pdf


I try using (object.x_name) - (Object.x_customer_name)

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,
Inside the report, you can give the value of Printed Report Name as '%s - %s' % (object.partner_id.name, object.name)

object.partner_id.name will bring the name of the customer.


Thanks

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Thanks for your Answer.

it's works. 

i'm sorry i can't like your answer and make it Best Answer because my profile KARMA is still not enough.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
PDF reports Rozwiązane
5
lip 25
2194
Wrong PDF Format Rozwiązane
2
mar 24
2721
0
lis 22
2947
0
wrz 17
5260
1
mar 15
8359