Answers for "how to inherit template expath odoo"

1

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>
Posted by: Guest on April-25-2021

Browse Popular Code Answers by Language