|
|
@ -13,7 +13,7 @@ |
|
|
|
[<strong t-field="product.default_code"/>] |
|
|
|
</t> |
|
|
|
<strong t-field="product.name"/> |
|
|
|
<strong><span t-esc="', '.join(map(lambda x: x.name, product.attribute_value_ids))"/></strong> |
|
|
|
<strong><span t-esc="', '.join(map(lambda x: x.name, product.product_template_attribute_value_ids))"/></strong> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|