跳至内容
菜单
此问题已终结
1 回复
5171 查看

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
3926
1
1月 25
1284
2
12月 24
2140
4
5月 24
7111
1
7月 23
2286