You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you in advance.
Perhaps it is not an issue itself but need our help on solving a problem I found using base_synchro in Odoo 12.
I am trying to synchronize Products and Variants and everything works fine except synchronization process is duplicating products in "product.product" table in destination database.
For instance:
Main database: 1 product (no variants)
Destination DB: 1 product (2 variants in product.product - same product after syncronization) and 1 product in "product.template"
If I synchronize a product with variants, I will always find an additional product in product.product.
Already tried to change the synchronization order (product.template and product.product) but no luck.
The order I am using
product.template;
product.product;
Thank you very much
Kind regards
The text was updated successfully, but these errors were encountered:
Hello,
Thank you in advance.
Perhaps it is not an issue itself but need our help on solving a problem I found using base_synchro in Odoo 12.
I am trying to synchronize Products and Variants and everything works fine except synchronization process is duplicating products in "product.product" table in destination database.
For instance:
If I synchronize a product with variants, I will always find an additional product in product.product.
Already tried to change the synchronization order (product.template and product.product) but no luck.
The order I am using
Thank you very much
Kind regards
The text was updated successfully, but these errors were encountered: