I have 2 model forecast(id, version ....) and mps (id)
How with its each version will have one list mps ????
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have 2 model forecast(id, version ....) and mps (id)
How with its each version will have one list mps ????
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
How to edit product field
Solved
|
|
4
Aug 15
|
8037 | |
|
0
Nov 23
|
437 | ||
|
1
Aug 23
|
12546 | ||
change password
Solved
|
|
1
Aug 23
|
11049 | |
|
1
Jul 23
|
7226 |
i have doubt in your question. there are two table one id FORECAST and other is MPS right if you want belation between this two you can take many2one relation field in FORECAST for MPS. Like: Define This field in FORECAST model 'mps_id': fields.many2one('MPS object name', 'MPS'), If you have any doubt kindly let me know.