Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3603 Prikazi

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'

Avatar
Opusti

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

Related Posts Odgovori Prikazi Aktivnost
2
dec. 23
10313
3
okt. 16
7202
1
mar. 15
8165
1
dec. 23
27290
2
sep. 25
201