mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
* [IMP] Allow change adults resizing reservation on calendar * [IMP] Board Services * [WIP] Board Service * [IMP] Calendar Buttons & Default Options * [WIP] Availability * [WIP] Availability * [WIP] Availability * [IMP] Calendar buttons
16 lines
915 B
XML
16 lines
915 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
|
|
<!-- Backend stuff -->
|
|
<template id="assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" href="/hotel_calendar_channel_connector/static/src/css/view.css" />
|
|
<script type="text/javascript" src="/hotel_calendar_channel_connector/static/src/js/views/hotel_calendar_controller.js"></script>
|
|
<script type="text/javascript" src="/hotel_calendar_channel_connector/static/src/js/views/hotel_calendar_renderer.js"></script>
|
|
<script type="text/javascript" src="/hotel_calendar_channel_connector/static/src/js/views/hotel_calendar_management_controller.js"></script>
|
|
<script type="text/javascript" src="/hotel_calendar_channel_connector/static/src/js/views/hotel_calendar_management_renderer.js"></script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|