oca-server-auth/odoo-bringout-oca-server-auth-auth_oauth_autologin/auth_oauth_autologin/views/assets.xml
2025-08-29 15:43:06 +02:00

15 lines
391 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template
id="assets_frontend"
name="auth_oauth_autologin assets"
inherit_id="web.assets_frontend"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/auth_oauth_autologin/static/src/js/web_login.js"
/>
</xpath>
</template>
</odoo>