templates.xml 570 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>

        <template id="assets" name="lacagette_pos_sales_assets" inherit_id="web.assets_backend">
          <xpath expr="." position="inside">
            <link rel="stylesheet" href="/lacagette_pos_data/static/src/css/backend.css" />
            <script type="text/javascript" src="/lacagette_pos_data/static/src/js/chart.2.9.3.js"></script>
            <script type="text/javascript" src="/lacagette_pos_data/static/src/js/backend.js"></script>
          </xpath>
        </template>

    </data>
</openerp>