Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3136 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
9855
3
paź 16
6829
1
mar 15
7722
1
gru 23
26781
0
lut 25
1143