Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
7955 Prikazi

How to generate the report file name of an invoice in Odoo 10? 


The desired result should be that a concept invoice is called: "concept_invoice" and that the accepted invoice is named something like: "INV_(invoice_name/numer)_MyCompany.


somehting like: (object.state in ('open','paid')) and ('INV'+(object.number or '').replace('/','')+'.pdf')?

Avatar
Opusti
Best Answer
Hi,
You  can do like this, activate the developer mode, then go to Settings -> Technical ->reports ->reports, select the report of the invoice , ie , report named Invoices.
Then open the report and add "(object.state in ('open','paid')) and ((object.number or '').replace('/','')+'.pdf'))" , this to field Printed Report Name.
Then go to invoices and print the report



Avatar
Opusti
Avtor

Thanks! That works fine.

Related Posts Odgovori Prikazi Aktivnost
1
jan. 17
5005
1
jul. 24
2450
0
dec. 16
2904
2
avg. 25
4518
1
feb. 25
1021