what's the field '_date_name' means in this model?
class MrpProduction(models.Model):
""" Manufacturing Orders """
_name = 'mrp.production'
_description = 'Production Order'
_date_name = 'date_planned_start'
what's the field '_date_name' means in this model?
class MrpProduction(models.Model):
""" Manufacturing Orders """
_name = 'mrp.production'
_description = 'Production Order'
_date_name = 'date_planned_start'
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
2
dic 23
|
12421 | |||
|
3
oct 16
|
8977 | |||
|
1
mar 15
|
10673 | |||
|
1
mar 26
|
29659 | |||
|
Selection field or many2one field ?
Resuelto
|
2
sept 25
|
1994 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
_date_name = 'date' # field to use for default calendar view