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'
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
gru 23
|
9855 | ||
|
3
paź 16
|
6829 | ||
|
1
mar 15
|
7722 | ||
|
1
gru 23
|
26781 | ||
|
0
lut 25
|
1143 |
_date_name = 'date' # field to use for default calendar view