跳至内容
菜单
此问题已终结
3 回复
6370 查看

When duplicating of a product with variants, Odoo creates a new product (copy), but without variants: they have all disappeared. This is probably a standard decision by the editor.

However, i'm sure other people have hade the need to duplicate a product and keep variants. Is there a module to allow this?

Thanks

形象
丢弃

What version are you using? This totally changed between v7 and v8.

编写者

I should have been more clear from start: V8.0

最佳答案

In v8 it is not copied (which is the default behaviour if the developer does not specify it for one/many2many).  You could put copy=True in product_variant_ids and attribute_line_ids in the code.  I wonder if it would not copy too many things if we put in standard. 

形象
丢弃
编写者 最佳答案

Anyone has suggestions or an input on this question?
Thanks,

形象
丢弃
最佳答案

What happens is you are dupplicating the product.template record and not the product.product associated. A solution might be to use https://www.odoo.com/apps/trunk/product_variant_multi/ if it fits your setup.

形象
丢弃
相关帖文 回复 查看 活动
1
12月 24
1419
3
12月 22
6139
1
12月 22
5952
1
11月 22
3040
2
2月 21
13168