Hi,
I'm facing some issues because I add some python code to the print button from the form of invoices. Because when I print the first time I want to be print the report in a way, the second time I need to be different and all the next prints to be different. So I add some code to function called by the button print:
But in tree view we can print the invoice by selecting the Invoice, and click in the Print grey button.
With this print I don't know where to add the python code to differentiate the the first printing.
Someone knows if it is possible to add to this print some python code.
Thanks