コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3344 ビュー

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'

アバター
破棄

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

関連投稿 返信 ビュー 活動
2
12月 23
10009
3
10月 16
6985
1
3月 15
7905
1
12月 23
26978
0
2月 25
1310