mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
12 lines
336 B
XML
12 lines
336 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">
|
|
<script type="text/javascript" src="/hotel/static/src/js/views/list/list_controller.js"></script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|