Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
Запитання закрите для причини: Дублювати публікацію
by Constanze Becker на 06.06.2024 08:41:52
1072 Переглядів

Hello I have a product, with 5000+ variants, so I used create variant dynamicly.
I use a survey and with the answers I create the variant. 
My code is in an automation action.

This is my code to create the variant:

 used_variant = env['product.product'].create({
            'product_tmpl_id'used_variant.id,'product_uom_qty': 1,'price_unit': used_variant.lst_price,
})

I've got this error:

Der Vorgang kann nicht ausgeführt werden: duplicate key value violates unique constraint "product_product_combination_unique" DETAIL: Key (product_tmpl_id, combination_indices)=(2208, ) already exists.

Can anyone help me please. Thank you.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
черв. 24
1165
1
лип. 24
1715
0
січ. 25
1020
1
квіт. 24
1623
1
бер. 24
970