跳至內容
選單
此問題已被標幟
3335 瀏覽次數

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
9977
3
10月 16
6973
1
3月 15
7898
1
12月 23
26963
0
2月 25
1308