Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2997 Vizualizări

I have a product with two variants.

I've create two new columns on Quotation PDF and I want to fill each of them with one of the variants, like below:


QUANTITY
PRODUCT
COLOR
SIZE
PRICE
1
T-Shirt
Blue
M
$100
4
Sweater
Red
XL
$400


I'm trying to use:

<td name="td_color" class="text-right">
       <span t-field="line.product_template_attribute_value_ids"/>
</td>

<td name="td_size" class="text-right">
       <span t-field="line.product_template_attribute_value_ids"/>
</td>


but that prints BOTH variants on a single column, like this:

QUANTITY
PRODUCT
COLOR
SIZE
PRICE
1
T-Shirt
Blue, M
Blue, M
$100
4
Sweater
Red, XL
Red, XL
$400


How can I make only one of the variants appear on each column?

Imagine profil
Abandonează

I would like to know that too


do you have a solution already?

Cel mai bun răspuns

Hi Hugo, 

can you try this way.


Thanks.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
iun. 25
576
3
iun. 25
2846
4
ian. 18
8347
1
feb. 24
5103
0
mar. 23
2047