Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3338 Widoki

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'

Awatar
Odrzuć

_date_name = 'date' # field to use for default calendar view

Powiązane posty Odpowiedzi Widoki Czynność
2
gru 23
9981
3
paź 16
6974
1
mar 15
7900
1
gru 23
26966
0
lut 25
1309