mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
16 lines
455 B
XML
16 lines
455 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- Copyright 2021 Tecnativa - Jairo Llopis
|
|
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). -->
|
|
<data>
|
|
|
|
<template id="assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr=".">
|
|
<script
|
|
type="text/javascript"
|
|
src="/web_calendar_slot_duration/static/src/js/calendar_model.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</data>
|