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.
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.