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

Hii,

I have a custom qweb report for journal entries and using web.internal_layout. I want to show the page number somewhere in the top or bottom. How to show page number on internal reports?

Thanks

アバター
破棄
著作者 最善の回答

This worked with me..

<t t-call="web.internal_layout">
<div class="page">
<!-- other code --->  
  <div class="footer text-center" style="margin:0px; padding:0px;font-size:12px;">    
    Page <span class="page"/>/<span class="topage"/>
  </div>
</div>
</t>
アバター
破棄
関連投稿 返信 ビュー 活動
0
5月 15
3917
1
1月 25
1281
2
12月 24
2131
4
5月 24
7092
1
7月 23
2281