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 ????
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
How to edit product field
Opgelost
|
|
4
aug. 15
|
9255 | |
|
0
nov. 23
|
1179 | ||
|
0
mrt. 25
|
1265 | ||
|
0
jan. 25
|
3312 | ||
|
1
aug. 23
|
14624 |
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.