Files
pms/hotel_calendar_channel_connector/views/general.xml
2018-08-21 01:32:31 +02:00

14 lines
611 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>
</xpath>
</template>
</odoo>