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'
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
2
Dec 23
|
12240 | |||
|
3
Oct 16
|
8860 | |||
|
1
Mar 15
|
10485 | |||
|
1
Mar 26
|
29388 | |||
|
2
Sep 25
|
1836 |
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