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'
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
2
gruod. 23
|
10918 | |||
|
3
spal. 16
|
7619 | |||
|
1
kov. 15
|
8709 | |||
|
1
gruod. 23
|
27790 | |||
|
2
rugs. 25
|
635 |
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