what does change_default attribute do?
change_default = False # whether the field may trigger a "user-onchange"
what does this mean ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
what does change_default attribute do?
change_default = False # whether the field may trigger a "user-onchange"
what does this mean ?
If change_default = True, when the field's value changes, Odoo will check and may update the default values in ir.default based on the corresponding conditions.
Conversely, if change_default = False, even if the field meets the conditions in ir.default, changing it will not trigger any updates from ir.default.
In summary, change_default determines whether the field can affect the default values set in ir.default.
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
oct 20
|
1860 | ||
|
0
may 20
|
5963 | ||
Too many values to unpack?
Resuelto
|
|
1
jun 16
|
10947 | |
|
0
mar 15
|
3130 | ||
Inheriting attributes from Fields
Resuelto
|
|
1
feb 23
|
7381 |