Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
7980 Visualizações

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
Cancelar
Melhor resposta
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
Cancelar
Autor

Thanks! That works fine.

Publicações relacionadas Respostas Visualizações Atividade
1
jan. 17
5023
1
jul. 24
2459
0
dez. 16
2917
2
ago. 25
4558
List view Resolvido
1
fev. 25
1028