This commit is contained in:
gsinghpal
2026-02-23 00:32:20 -05:00
parent d6bac8e623
commit e8e554de95
549 changed files with 1330 additions and 124935 deletions

View File

@@ -142,9 +142,16 @@
</td>
<td>
<strong t-field="line.product_id.name"/>
<br t-if="line.name and line.name != line.product_id.name"/>
<span t-if="line.name and line.name != line.product_id.name"
t-esc="line.name" style="font-size: 9pt; color: #555;"/>
<t t-if="line.name and line.name != line.product_id.name">
<t t-set="clean_desc" t-value="line.name"/>
<t t-if="'] ' in (line.name or '')">
<t t-set="clean_desc" t-value="line.name.split('] ', 1)[1]"/>
</t>
<t t-if="clean_desc != line.product_id.name">
<br/>
<span t-esc="clean_desc" style="font-size: 9pt; color: #555;"/>
</t>
</t>
</td>
<td class="text-center">
<span t-field="line.product_uom_qty"/>