búsqueda en el TPV por referencia, autor, género y editorial.

backup files atacks again...
This commit is contained in:
santiky 2021-08-09 19:43:59 +02:00
parent f6023acc5a
commit 22d71e80dc
Signed by: snt
GPG key ID: A9FD34930EADBE71
7 changed files with 82 additions and 136 deletions

View file

@ -1,14 +1,10 @@
<openerp>
<data>
<template id="report_external_layout_header_custom" inherit_id="report.external_layout_header" name="Report Layout Header NIF" priority="17">
<xpath expr="//div[@t-field='company.partner_id']" position="before">
<!-- <div t-field="company.partner_id"
t-field-options="{'widget': 'contact',
'fields': ['address','name'],
'no_marker': true }"
/> -->
<span t-field="company.vat" />
</xpath>
</template>
</data>
</openerp>
<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/product_library.js"></script>
<script type="text/javascript" src="/product_library/static/src/js/db.js"/>
</xpath>
</template>
</odoo>