<?xml version="1.0" encoding="utf-8"?> <openerp> <data> <template id="assets" name="lacagette_pos_sales_assets" inherit_id="point_of_sale.assets"> <xpath expr="." position="inside"> <script type="text/javascript" src="/lacagette_custom_pos/static/src/js/backend.js"></script> <script type="text/javascript" src="/lacagette_custom_pos/static/src/js/screens.js"></script> </xpath> <xpath expr="//link[@id='pos-stylesheet']" position="after"> <link rel="stylesheet" href="/lacagette_custom_pos/static/src/css/lacagette_custom_pos.css" /> </xpath> </template> </data> </openerp>