<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>

        <template id="assets" inherit_id="point_of_sale.assets">
          <xpath expr="." position="inside">
              <script type="text/javascript" src="/pos_automatic_cashdrawer/static/src/js/pos_automatic_cashdrawer.js"></script>
              <link rel="stylesheet" href="/pos_automatic_cashdrawer/static/src/css/pos_automatic_cashdrawer.css" />
          </xpath>
        </template>

    </data>
</openerp>