Skip to Content
Menu
This question has been flagged
1 Reply
376 Views

In odoo 14 can I have a primary key as the composition of other fields ?

In postgresql you can have something like this

FOREIGN KEY (b, c) REFERENCES other_table (c1, c2)


Can this be done in Odoo 14 ?

Avatar
Discard
Author Best Answer

I forgot 

I need to join 3 tables in this many to many relation

Avatar
Discard
Related Posts Replies Views Activity
0
Nov 23
1011
0
Aug 15
5482
2
Aug 22
9099
3
Jul 19
14066
2
Jun 16
15445