mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-19 03:12:01 +02:00
15 lines
391 B
XML
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>
|