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

i want to apply for all Q-web reports a specific footer, i am in Odoo 13, back in the previous versions i did it through this code 

<template id="external_layout_footer_inherit_cr" 
            inherit_id="report.external_layout_footer">
            <xpath expr="//div[@class='footer']" position="replace">
                <div class="footer">
              <--! my code --> 
                </div>
            </xpath>
     </template>

but now i can't find the right class to inherit from , any suggestion ? 

アバター
破棄
関連投稿 返信 ビュー 活動
4
5月 24
12746
1
4月 24
3360
0
11月 23
2062
1
9月 23
2166
2
8月 23
4571