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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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 ?
I forgot
I need to join 3 tables in this many to many relation
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
11月 23
|
1455 | ||
|
0
8月 15
|
6024 | ||
|
2
8月 22
|
9714 | ||
|
3
7月 19
|
14841 | ||
|
2
6月 16
|
16255 |