summaryrefslogtreecommitdiff
path: root/addons/l10n_co_pos/views/templates.xml
blob: 5e38a119a1ae2073dd7c2c4067fb01170eea545c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<odoo>

    <template id="assets" inherit_id="point_of_sale.assets">
        <xpath expr="." position="inside">
            <script type="text/javascript" src="/l10n_co_pos/static/src/js/pos.js"></script>
            <script type="text/javascript" src="/l10n_co_pos/static/src/js/PaymentScreen.js"></script>
        </xpath>
    </template>

</odoo>