Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

odoo there is no primary key for referenced table "res_users"

ALTER TABLE res_users
  ADD CONSTRAINT res_users_pk 
    PRIMARY KEY (id);
 
PREVIOUS NEXT
Tagged: #odoo #primary #key #referenced #table
ADD COMMENT
Topic
Name
3+4 =