changes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user