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!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
How to edit product field
Çözüldü
|
|
4
Ağu 15
|
9257 | |
|
0
Kas 23
|
1180 | ||
|
0
Mar 25
|
1268 | ||
|
0
Oca 25
|
3326 | ||
|
1
Ağu 23
|
14628 |
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.