How to Resolve This
Error parsing or validating view:
The element ” cannot be located in the parent view
Create this template. But it doesn’t work.
To help me find the solution.
Here is code on Odoo online in inherit view with QWEB :
<data>
<template id="your_template_id" inherit_id="Portal User Dropdown">
<xpath expr="//a[@href='/my/home']" position="replace"></xpath>
</template>
</data>`
New contributor
Guy Zoki sANTOS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.