obook/product_library/views/templates.xml
2021-08-09 19:52:23 +02:00

10 lines
382 B
XML

<odoo>
<template id="assets_backend" name="product_library" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/product_library/static/src/js/product_library.js"></script>
<script type="text/javascript" src="/product_library/static/src/js/db.js"/>
</xpath>
</template>
</odoo>