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'
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
2
déc. 23
|
10903 | |||
|
3
oct. 16
|
7612 | |||
|
1
mars 15
|
8695 | |||
|
1
déc. 23
|
27780 | |||
|
2
sept. 25
|
625 |
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