I am trying to replace a <t>
element using xpath
, but it contains a single quote inside the condition.
here is what I tried.
<xpath expr="//t[@t-if='receipt.client and env.pos.company.country and env.pos.company.country.code == 'IN'']" position="replace"/>
How can I do it?