blob: 6866bd2a24ffae2a847636c3deaaf9562679b1f6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_cache/static/src/js/pos_cache.js"></script>
</xpath>
</template>
</data>
</odoo>
|