mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] rma_sale_mrp: invalid template
rma_sale_mrp 13.0.2.0.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Return Merchandise Authorization Management - Link with MRP Kits",
|
"name": "Return Merchandise Authorization Management - Link with MRP Kits",
|
||||||
"summary": "Allow doing RMAs from MRP kits",
|
"summary": "Allow doing RMAs from MRP kits",
|
||||||
"version": "13.0.1.0.0",
|
"version": "13.0.2.0.0",
|
||||||
"development_status": "Beta",
|
"development_status": "Beta",
|
||||||
"category": "RMA",
|
"category": "RMA",
|
||||||
"website": "https://github.com/OCA/rma",
|
"website": "https://github.com/OCA/rma",
|
||||||
|
|||||||
@@ -104,14 +104,14 @@
|
|||||||
<span t-esc="kit_rma.name" class="mr-lg-3" />
|
<span t-esc="kit_rma.name" class="mr-lg-3" />
|
||||||
<div class="d-lg-inline-block"><span
|
<div class="d-lg-inline-block"><span
|
||||||
t-field="kit_rma.sudo().product_id.display_name"
|
t-field="kit_rma.sudo().product_id.display_name"
|
||||||
/> (<t t-field="kit_rma.product_uom_qty" />)</div>
|
/> (<span t-field="kit_rma.product_uom_qty" />)</div>
|
||||||
</div>
|
</div>
|
||||||
<t
|
<t
|
||||||
t-if="kit_rma.state in ['confirmed', 'received', 'returned', 'replaced', 'locked', 'refunded']"
|
t-if="kit_rma.state in ['confirmed', 'received', 'returned', 'replaced', 'locked', 'refunded']"
|
||||||
>
|
>
|
||||||
<span class="badge badge-success label-text-align"><i
|
<span class="badge badge-success label-text-align"><i
|
||||||
class="fa fa-fw fa-reply"
|
class="fa fa-fw fa-reply"
|
||||||
/> <t t-field="kit_rma.state" /></span>
|
/> <span t-field="kit_rma.state" /></span>
|
||||||
</t>
|
</t>
|
||||||
<t
|
<t
|
||||||
t-if="kit_rma.state in ['waiting_return', 'waiting_replacement']"
|
t-if="kit_rma.state in ['waiting_return', 'waiting_replacement']"
|
||||||
|
|||||||
Reference in New Issue
Block a user