İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
7983 Görünümler

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
Vazgeç
En İyi Yanıt
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
Vazgeç
Üretici

Thanks! That works fine.

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Oca 17
5024
1
Tem 24
2459
0
Ara 16
2918
2
Ağu 25
4558
List view Çözüldü
1
Şub 25
1028