Browse Source

[FIX] static javascript assets

pull/160/merge
Sylvain Calador 7 years ago
committed by Sylvain LE GAL
parent
commit
2cfb447236
  1. 9
      pos_remove_pos_category/views/assets.xml

9
pos_remove_pos_category/views/assets.xml

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_backend" name="pos_remove_pos_category assets"
inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_remove_pos_category/static/src/js/pos_remove_pos_category.js"></script>
</xpath>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_remove_pos_category/static/src/js/pos_remove_pos_category.js"></script>
</xpath>
</template>
</odoo>
Loading…
Cancel
Save