open_workshop/views/assets.xml

11 lines
480 B
XML

<odoo>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/open_workshop/static/src/js/partner_access_popup.js"/>
<script type="text/javascript" src="/open_workshop/static/src/js/debug.js"/>
<template id="machine_access_template" name="Maschinenfreigaben Template"
src="/open_workshop/static/src/xml/partner_access_popup.xml"/>
</xpath>
</template>
</odoo>