mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
16 lines
416 B
XML
16 lines
416 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<template
|
|
id="assets_backend"
|
|
name="User Role Profile assets"
|
|
inherit_id="web.assets_backend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/base_user_role_profile/static/src/js/switch_profile_menu.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|