10 lines
382 B
XML
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>
|