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 ????
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
How to edit product field
Resuelto
|
|
4
ago 15
|
9248 | |
|
0
nov 23
|
1170 | ||
|
0
mar 25
|
1261 | ||
|
0
ene 25
|
3303 | ||
|
1
ago 23
|
14609 |
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.