pos_template.xml 464 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2016-Today: La Louve (<http://www.cooplalouve.fr>)
    @author: La Louve
    License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html
-->

<odoo>
    <template id="assets_frontend" inherit_id="point_of_sale.assets">
        <xpath expr="." position="inside">
            <script type="text/javascript" src="/pos_restrict_scan/static/src/js/screen.js"/>
        </xpath>
    </template>
</odoo>