templates.xml 524 B

1234567891011
  1. <openerp>
  2. <data>
  3. <template id="pos_buttons.eiru_assets" name="pos_buttons_assets" inherit_id="eiru_assets.assets">
  4. <xpath expr="." position="inside">
  5. <link rel="stylesheet" href="/pos_buttons/static/src/css/style.css"/>
  6. <script type="text/javascript" src="/pos_buttons/static/src/js/pos_buttons.js"/>
  7. <script type="text/javascript" src="/pos_buttons/static/src/js/purchases_buttons.js"/>
  8. </xpath>
  9. </template>
  10. </data>
  11. </openerp>