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

@@ -153,8 +153,14 @@
<td>
<strong t-if="line.product_id" t-esc="line.product_id.name"/>
<t t-if="line.name and (not line.product_id or line.name != line.product_id.name)">
<br t-if="line.product_id"/>
<span t-esc="line.name" style="font-size: 9pt; color: #555;"/>
<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="not line.product_id or clean_desc != line.product_id.name">
<br t-if="line.product_id"/>
<span t-esc="clean_desc" style="font-size: 9pt; color: #555;"/>
</t>
</t>
</td>
<td class="text-center">