Files
web/web_calendar_slot_duration/templates/assets.xml
Jairo Llopis 62cafea1d5 [ADD] web_calendar_slot_duration: customizable calendar slots timespan
This module extends the functionality of backend calendars to support custom
slot durations and to allow you to provide more specific UX regarding event
duration and snapping.

@Tecnativa TT28201
2021-02-24 10:55:30 +00:00

14 lines
411 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>