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
Bucardo doesn't do anything special in this case, it'll record the SQL queries Odoo will do on these tables and try to re-execute them everywhere else; which may lead to a mess without a primary key IMHO.
At the end of the day, this was an experiment for anyone who wants to know if he can use Bucardo with Odoo.
I'm waiting for PostgreSQL to implement Multi-Master Logical Replication (with Transaction-based log that also includes CREATE queries), because installing a new module in odoo (or sometimes creating a new sequence) don't get replicated at all with Bucardo (This is called DDL replication).
Its not an issue. Just want to know how bucardo handles the many2many tables in odoo as those tables dont have a primary key.
The text was updated successfully, but these errors were encountered: