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'
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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'
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
2
dec. 23
|
10283 | ||
|
3
oct. 16
|
7179 | ||
|
1
mar. 15
|
8150 | ||
|
1
dec. 23
|
27269 | ||
Selection field or many2one field ?
Rezolvat
|
|
2
sept. 25
|
145 |
_date_name = 'date' # field to use for default calendar view