I make 2 differents report from to 2 models but I need that one of them is page 2 of the other. How can I do it ?
I try with t-call inside the first one but odoo can find it maybe I don't manipulate in the right way...
<t t-foreach="docs" t-as="o">
<t t-foreach="o.programme_ids" t-as="p">
<t t-call="report_programme_document">
</t>
</t>
</t>