odex30_standard/hide_login_db_selection/views/resources.xml

14 lines
412 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_frontend_css" inherit_id="web.assets_frontend">
<xpath expr="." position="inside">
<!--style-->
<link rel="stylesheet" type="text/css" href="/hide_login_db_selection/static/src/css/database-hide.css"/>
<!--script-->
<script src="/hide_login_db_selection/static/js/login_page.js"></script>
</xpath>
</template>
</odoo>