Files
web/web_calendar_slot_duration/templates/assets.xml
Jairo Llopis eb87847569 [MIG] web_calendar_slot_duration: migration to 13.0
Most normal migration ever.

@Tecnativa TT30987

[UPD] Update web_calendar_slot_duration.pot

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-13.0/web-13.0-web_calendar_slot_duration
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_calendar_slot_duration/
2022-07-12 22:43:57 +02:00

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>