[FIX] solve bugs from test 19
This commit is contained in:
parent
54683766f8
commit
2473df34b5
|
|
@ -136,7 +136,12 @@
|
||||||
<t t-elif="doc.record_type == 'sponsorship'">
|
<t t-elif="doc.record_type == 'sponsorship'">
|
||||||
<span t-esc="(line.benefit_id.name or '').split()[0] if line.benefit_id else '-'"/> - <span t-esc="line.benefit_family_code or '-'"/>
|
<span t-esc="(line.benefit_id.name or '').split()[0] if line.benefit_id else '-'"/> - <span t-esc="line.benefit_family_code or '-'"/>
|
||||||
<br/>
|
<br/>
|
||||||
<small style="color: #8F9090;"><span t-esc="original_months"/> شهر</small>
|
<t t-if="line.sponsorship_duration != 'permanent'">
|
||||||
|
<small style="color: #8F9090;">
|
||||||
|
<span t-esc="original_months"/> شهر
|
||||||
|
</small>
|
||||||
|
</t>
|
||||||
|
|
||||||
</t>
|
</t>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -893,7 +893,6 @@
|
||||||
</group>
|
</group>
|
||||||
<separator/>
|
<separator/>
|
||||||
<searchpanel>
|
<searchpanel>
|
||||||
<field name="state" enable_counters="1"/>
|
|
||||||
<field name="state" enable_counters="1"/>
|
<field name="state" enable_counters="1"/>
|
||||||
<field name="record_type" enable_counters="1"/>
|
<field name="record_type" enable_counters="1"/>
|
||||||
<field name="payment_method_display" icon="fa-credit-card" enable_counters="1"/>
|
<field name="payment_method_display" icon="fa-credit-card" enable_counters="1"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue