upgrade v16 addons valores por defecto según la categoría interna
This commit is contained in:
parent
688782abd8
commit
412d897695
88 changed files with 4 additions and 4787 deletions
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 2022 Criptomart
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Pos Ticket Pricelist',
|
||||
'description': """
|
||||
Prints the pricelist applied on tickets.""",
|
||||
'version': "16.0.1.0.0",
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Criptomart',
|
||||
'website': 'https://criptomart.net',
|
||||
'depends': [
|
||||
"point_of_sale"
|
||||
],
|
||||
'data': [
|
||||
],
|
||||
'assets': {
|
||||
'point_of_sale.assets': [
|
||||
'pos_ticket_pricelist/static/src/xml/pos.xml'
|
||||
],
|
||||
},
|
||||
'demo': [
|
||||
],
|
||||
}
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
|
||||
<t
|
||||
t-name="OrderReceipt"
|
||||
t-inherit="point_of_sale.OrderReceipt"
|
||||
t-inherit-mode="extension"
|
||||
owl="1"
|
||||
>
|
||||
<xpath expr='//t[@t-if="receipt.cashier"]' position="after">
|
||||
<t t-if="props.order.pricelist">
|
||||
<t t-esc="props.order.pricelist.name" /><br />
|
||||
</t>
|
||||
</xpath>
|
||||
<xpath expr='//t[@t-if="receipt.company.website"]' position="attributes">
|
||||
<attribute name="t-att-class">{'oe_hidden': True}</attribute>
|
||||
</xpath>
|
||||
</t>
|
||||
|
||||
</templates>
|
||||
Loading…
Add table
Add a link
Reference in a new issue