Browse Source

💚 pre-commit run --all

pull/155/head
Ivan Yelizariev 4 years ago
committed by Vincent Van Rossem
parent
commit
ed2047d570
  1. 8
      pos_keyboard/data.xml

8
pos_keyboard/data.xml

@ -4,16 +4,11 @@
Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/kolushovalexandr>
License MIT (https://opensource.org/licenses/MIT). -->
<openerp>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/pos_keyboard/static/src/js/pos.js"
/>
<script type="text/javascript" src="/pos_keyboard/static/src/js/pos.js" />
</xpath>
</template>
<template id="demo_assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script
@ -22,5 +17,4 @@
/>
</xpath>
</template>
</openerp>
Loading…
Cancel
Save