Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3594 Widoki

Would like to know, if it is possible to also use .rml header in company data in qweb reports and if yes, how to embed it there... Would be nice, if I needn't redo it for qweb reports as it is already there in .rml syntax...

Awatar
Odrzuć
Najlepsza odpowiedź

Hello,

Try this

<template id="report_xyz>

    <t t-call="report.external_layout">

        <div class="page">

            Display data

        </div>

    </t>

</template>

May be this will display what you want.

Awatar
Odrzuć
Autor

No, this is new standard qweb header which has to be newly customized coming from rml. That's why I want to reuse my old rml header which is already there!

Autor Najlepsza odpowiedź

Really no idea how to reuse this header in qweb reports?

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
maj 17
4026
2
cze 22
7851
3
mar 17
12787
2
wrz 24
1895
1
mar 23
8503