forked from alaguraj/odoo-testing-addons
Fix POS asset bundle key and receipt template key
This commit is contained in:
parent
215b5804e5
commit
ec9977dd1f
@ -211,7 +211,7 @@
|
||||
</t>
|
||||
|
||||
<!-- Payment Lines -->
|
||||
<div class="totals-row" t-foreach="props.data.paymentlines" t-as="line" t-key="line_index">
|
||||
<div class="totals-row" t-foreach="props.data.paymentlines" t-as="line" t-key="line.name">
|
||||
<span t-esc="line.name"/>
|
||||
<span class="val-box" t-esc="props.formatCurrency(line.amount, false)"/>
|
||||
</div>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
'views/pos_order_views.xml',
|
||||
],
|
||||
'assets': {
|
||||
'point_of_sale.assets': [
|
||||
'point_of_sale._assets_pos': [
|
||||
'dine360_uber/static/src/js/uber_pos.js',
|
||||
'dine360_uber/static/src/xml/uber_pos.xml',
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user