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> Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/kolushovalexandr>
License MIT (https://opensource.org/licenses/MIT). --> License MIT (https://opensource.org/licenses/MIT). -->
<openerp> <openerp>
<template id="assets" inherit_id="point_of_sale.assets"> <template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside"> <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> </xpath>
</template> </template>
<template id="demo_assets_backend" inherit_id="web.assets_backend"> <template id="demo_assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside"> <xpath expr="." position="inside">
<script <script
@ -22,5 +17,4 @@
/> />
</xpath> </xpath>
</template> </template>
</openerp> </openerp>
Loading…
Cancel
Save