Hello,
I use <xpath> to edit my own invoice/saleorder look and it work correctly.
But when i try with the mrp_repair, nothing .. Any error, just the look of the order stay the same...
This is my view :
<template id="report_repair_document_ht" inherit_id="mrp_repair.report_mrprepairorder">
<xpath expr="//div[@class='page']" position="replace">
<div class="page">
My code
</div>
</xpath>
</template>
Thank you.
can you try going to the original view you want to edit on the front end user interface settings and add an extension view using the inherited views tab? This way you can avoid have to use the template tags and that reduces your space for error.