OdooDigitizationService/addons/tx_cms/views/inheritTemplate.xml

12 lines
417 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="app_remove" name="app remove" inherit_id="portal.user_dropdown">
<xpath expr="//a[@id='o_backend_user_dropdown_link']" position="replace"/>
</template>
<template id="my_account_remove" name="my account remove" inherit_id="portal.user_dropdown">
<xpath expr="//a[@href='/my/home']" position="replace"/>
</template>
</odoo>