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.
Hi,
Please refer to the solved forum:
1. https://www.odoo.com/id_ID/forum/help-1/fields-definitions-parameter-change-default-97660
Hope it helps
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|  | 0 10月 20  | 2581 | ||
|  | 0 5月 20  | 7008 | ||
|  | 1 6月 16  | 12037 | ||
|  | 0 3月 15  | 4070 | ||
|  | 1 2月 23  | 8670 |