mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
16 lines
431 B
XML
16 lines
431 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
|
|
<template id="assets_frontend" inherit_id="portal.assets_frontend">
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/pms/static/src/js/send_invitation_data.js"
|
|
/>
|
|
<script type="text/javascript" src="/pms/static/src/js/folio_portal_sidebar.js">
|
|
</script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|