コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3496 ビュー

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...

アバター
破棄
最善の回答

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.

アバター
破棄
著作者

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!

著作者 最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
5月 17
3902
2
6月 22
7702
3
3月 17
12665
2
9月 24
1756
1
3月 23
8395