<?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>