Hello everyone,
I have two databases, one on a local server and the other on an external server. I want to implement a multi-master sync between them. Since Odoo uses auto-increment IDs, I’m concerned about potential ID conflicts during synchronization. How can I resolve the ID conflict issue in this scenario ?