Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to inherit template expath odoo

<template id="report_header_custom" 
          inherit_id="report.external_layout_header">
    <xpath expr="//div[@class='header']" position="replace">
        <div class ="header">
                    Your Code
        </div>
   </xpath>
</template>
 
PREVIOUS NEXT
Tagged: #inherit #template #expath #odoo
ADD COMMENT
Topic
Name
2+7 =