I am trying to setup relication for our openerp-7.0 server with londiste between a 32 bits master server and a 64 bits slave server. I have managed to replicate a couple of tables so far and it works fine.
The problem is that londiste requires a primary key on all tables, so if you run add-table --all the process stops after adding only one table -at least in my case - which is account_account. Next table throws this error: ERROR Primary key missing on table: public.account_account_account_common_balance_report_rel, and as I said before the process stops.
I have been able to manually add a couple of other tables, e.g res_partner and replication works as charm.
Can I add a primary key to the tables witout one ?