Good day,
after removal of a module, i cant install a new module and i get the following message:
The operation cannot be completed: duplicate key value violates unique constraint "res_partner_pkey"
DETAIL: Key (id)=(113) already exists.
So ive tried to figure out how to fix it including
ALTER SEQUENCE res_partner_id_seq RESTART WITH 300;
Is there anyone that can possibly tell me what im supposed to check or change to changes it so a new module will start on a different index?
Thank you!