Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5011 มุมมอง

I have a custom report template with header and footer. I extended this header from "web.external_layout_header". In that, I have written some code in there

     <template id="header_ext_inherit" inherit_id="report.external_layout_header">

    <xpath expr="//div[@name='company_address']/span" position="replace"/>
    <xpath expr="//div[@class='header']" position="inside">
        <div><br/><br/><br/></div>
           <div style="margin-left:52px;margin-top:57px;">
               <---some code---->
            </div>
    </xpath>
</template>


So It basically prints every page in all documents just like (Sale, Purchase, Invoice and etc..)

So, My question is that how to print only first page not every page?

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
เม.ย. 22
9401
2
ก.พ. 19
10120
3
พ.ย. 22
8369
Odoo 10.0 Conditional page break Qweb แก้ไขแล้ว
2
ธ.ค. 19
8500
1
ต.ค. 24
11452