[FIX] odex_takaful
This commit is contained in:
parent
0a0499a873
commit
75c029699f
|
|
@ -6,8 +6,8 @@
|
|||
<t t-call="web.html_container">
|
||||
<!-- Get all extension history records for the same invoice -->
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-set="invoice_id" t-value="o.invoice_id"/>
|
||||
<t t-set="sponsorship" t-value="o.donation_detail_id.sponsorship_mechanism_id"/>
|
||||
<t t-set="invoice_id" t-value="o.invoice_id.sudo()"/>
|
||||
<t t-set="sponsorship" t-value="o.donation_detail_id.sudo().sponsorship_mechanism_id"/>
|
||||
|
||||
<t t-if="sponsorship">
|
||||
<!-- Reuse sale order header layout -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue