Skip to Content
Menu
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.

Related Posts Replies Views Activity
4
Aug 15
9045
0
Nov 23
1097
0
Mar 25
1079
0
Jan 25
3136
1
Aug 23
14341