Muestra el campo formato en la ficha de producto y en las línea de la orden

This commit is contained in:
santiky 2021-08-22 22:47:17 +02:00
parent 0e2919d1eb
commit 2a4ffee914
Signed by: snt
GPG key ID: A9FD34930EADBE71
5 changed files with 80 additions and 1 deletions

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="assets_backend" name="product_library" inherit_id="point_of_sale.assets">
@ -5,6 +6,27 @@
<script type="text/javascript" src="/product_library/static/src/js/product_library.js"></script>
<script type="text/javascript" src="/product_library/static/src/js/db.js"/>
</xpath>
<xpath expr="//link[@id='pos-stylesheet']" position="after">
<link
rel="stylesheet"
href="/product_library/static/src/css/pos.css"
/>
</xpath>
</template>
<!--
<template
id="assets_backend_web"
name="product_library_backend_assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/pos_library/static/src/js/test_pos_format.js"
/>
</xpath>
</template> -->
</odoo>