- <?xml version="1.0" encoding="utf-8"?>
- <openerp>
- <data>
- <template id="assets_backend" name="point_of_sale assets2" inherit_id="web.assets_backend">
- <xpath expr="." position="inside">
- <script type="text/javascript" src="/pos_notes/static/src/js/pos_notes.js"></script>
- </xpath>
- </template>
- <template id="index" name="pos_notes index" inherit_id="point_of_sale.index">
- <xpath expr="//link[@id='pos-stylesheet']" position="after">
- <link rel="stylesheet" href="/pos_notes/static/src/css/pos_notes.css" id="pos-notes-stylesheet"/>
- </xpath>
- </template>
- </data>
- </openerp>
|