Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
5181 Visualizzazioni

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?

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
apr 22
9625
2
feb 19
10323
3
nov 22
8514
2
dic 19
8696
1
ott 24
11685