1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website_enterprise/views/website_enterprise_templates.xml
2024-12-10 09:04:09 +07:00

13 lines
402 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="layout" inherit_id="website.layout">
<xpath expr="//a[hasclass('o_frontend_to_backend_apps_btn')]" position="attributes">
<attribute name="href">/web</attribute>
<attribute name="data-bs-toggle"/>
</xpath>
<xpath expr="//div[hasclass('o_frontend_to_backend_apps_menu')]" position="replace"/>
</template>
</odoo>