Hi Mayank,
thanks for helping!
That I have used for sale order, but for invoices and delivery slips it doesn't work.
For sales order we have in the QWeb viewer sale.report_saleorder whitch called the sale.report_saleorder_document. In the .document you can Format the tags, but for invoices with modell account.invoice you have in the QWeb viewer one view only! You have account.report_invoice_with_payments only, no .document view with the format.
In the account.report_invoice_with_payments view I can see a call for the same view/modell "account.report_invoice_with_payments "
<?xml version="1.0"?>
<t t-name="account.report_invoice_with_payments">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="o">
<t t-call="account.report_invoice_document_with_payments" t-lang="o.partner_id.lang"/>
</t>
</t>
</t>
I can't find the "account.report_invoice_document_with_payments" view/modell/XML-file/css-file or whatever, for changing the Format.
The same is for the delivery slip.
Did you know where I can change it for this both?
Why is that different to sale order?
Is that only to make the life more difficult? (OK, that is more philosophical)
Tanks, Marcus