forked from Mapan/odoo17e
13 lines
402 B
XML
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>
|