flectra/addons/pos_mercury/views/pos_mercury_templates.xml
2018-01-16 02:34:37 -08:00

14 lines
436 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<data>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_mercury/static/src/js/pos_mercury.js"></script>
<link rel="stylesheet" href="/pos_mercury/static/src/css/pos_mercury.css" />
</xpath>
</template>
</data>
</flectra>