mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 15:32:04 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -16,12 +16,12 @@
|
|||
<t t-set="new_qty" t-value="exception[1][0]"/>
|
||||
<t t-set="old_qty" t-value="exception[1][1]"/>
|
||||
<a href="#" data-oe-model="sale.order" t-att-data-oe-id="order_line.order_id.id"><t t-esc="order_line.order_id.name"/></a>:
|
||||
<t t-esc="new_qty"/> <t t-esc="order_line.product_uom.name"/> of <t t-esc="order_line.product_id.name"/>
|
||||
<t t-esc="new_qty"/> <t t-esc="order_line.product_uom_id.name"/> of <t t-esc="order_line.product_id.name"/>
|
||||
<t t-if="cancel">
|
||||
cancelled
|
||||
</t>
|
||||
<t t-if="not cancel">
|
||||
ordered instead of <t t-esc="old_qty"/> <t t-esc="order_line.product_uom.name"/>
|
||||
ordered instead of <t t-esc="old_qty"/> <t t-esc="order_line.product_uom_id.name"/>
|
||||
</t>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue