comentados assets no encuentra nombre en 15.0 y 16.0
This commit is contained in:
parent
938b123d88
commit
cb788d4a45
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||
|
||||
<odoo>
|
||||
|
||||
<!--
|
||||
<record model="ir.ui.view" id="pos_config_view_form">
|
||||
<field name="model">pos.config</field>
|
||||
<field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
|
||||
|
@ -25,5 +25,5 @@
|
|||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
-->
|
||||
</odoo>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<!--
|
||||
<template id="assets_backend" name="product_library" inherit_id="point_of_sale.assets">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/product_library/static/src/js/models.js"></script>
|
||||
<script type="text/javascript" src="/product_library/static/src/js/db.js"/>
|
||||
<!-- <script type="text/javascript" src="/product_library/static/src/js/widgets.js"></script> -->
|
||||
<script type="text/javascript" src="/product_library/static/src/js/widgets.js"></script>
|
||||
</xpath>
|
||||
<xpath expr="//link[@id='pos-stylesheet']" position="after">
|
||||
<link
|
||||
|
@ -14,7 +14,7 @@
|
|||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
-->
|
||||
<!--
|
||||
<template
|
||||
id="assets_backend_web"
|
||||
|
@ -27,7 +27,7 @@
|
|||
src="/product_library/static/src/js/test_pos_format.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template> -->
|
||||
|
||||
</template>
|
||||
-->
|
||||
</odoo>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue