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'
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'
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
2
Des 23
|
12324 | |||
|
3
Okt 16
|
8909 | |||
|
1
Mar 15
|
10568 | |||
|
1
Mar 26
|
29497 | |||
|
Selection field or many2one field ?
Diselesaikan
|
2
Sep 25
|
1918 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
_date_name = 'date' # field to use for default calendar view