This question has been flagged

I have 2 model forecast(id, version ....) and mps (id)

How with its each version will have one list mps ????

Avatar
Discard

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.