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!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
How to edit product field
Vyřešeno
|
|
4
srp 15
|
9199 | |
|
0
lis 23
|
1153 | ||
|
0
bře 25
|
1185 | ||
|
0
led 25
|
3243 | ||
|
1
srp 23
|
14532 |
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.