Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize products and variants #619

Open
batalhadematos opened this issue Dec 14, 2023 · 0 comments
Open

Synchronize products and variants #619

batalhadematos opened this issue Dec 14, 2023 · 0 comments

Comments

@batalhadematos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant