templates.xml 852 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
    @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="/coop_point_of_sale/static/src/js/jdu/jdu.js"/>
            <script type="text/javascript" src="/coop_point_of_sale/static/src/js/coop_point_of_sale.js"/>
            <script type="text/javascript" src="/coop_point_of_sale/static/src/js/db.js"/>
        </xpath>
        <xpath expr="//link[@id='pos-stylesheet']" position="after">
            <link rel="stylesheet" href="/coop_point_of_sale/static/src/css/coop_point_of_sale.css"/>
        </xpath>
    </template>
</odoo>