This question has been flagged
1 Reply
6953 Views

I am trying to print two copies of the same invoice document with my own invoice layout, this two copies the first one is for the Customer and the other one is for Internal Support having each one a label with mentioned purposes on them.

Is there is a way to print those copies using a single template?

Avatar
Discard
As you said Axel, I figured out calling a template twice and setting a variable before the template call and showing the content for that variable inside the template, I just thought that would be another way to do it.

Thanks 

On Sat, Oct 24, 2015 at 12:35 PM, Axel Mendoza <portaltemplate12973@mail.odoo.com> wrote:

A new answer for Print QWeb report copies has been posted. Click here to access the post.

--
Axel Mendoza
Sent by Odoo Inc. using Odoo about Forum Post Print QWeb report copies



--
Osval Reyes
Developer
osval@vauxoo.com  Vauxoo, C.A.  www.vauxoo.com 

 

 
Best Answer

Yes, you just need to define the body of the document in a template and call that template twice

Avatar
Discard

For completeness you should put a page break between the two calls to ensure that the second copy begins in the next page. See how to do it here: https://www.odoo.com/forum/help-1/question/how-to-include-a-page-break-second-page-in-custom-report-pdf-91277#answer_91281

Author

The inner template is inside of

...
and that does the trick as well