-
Notifications
You must be signed in to change notification settings - Fork 73
[FIX] fields: update default selection #323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
a043af9
to
52c6ee6
Compare
upgradeci retry with always only stock_account account_peppol sale sale_subscription hr |
Could you add a test? |
39d29fc
to
0142136
Compare
upgradeci retry with always only stock_account account_peppol sale sale_subscription hr in all verions |
seems all versions does not include < 12 😿 |
all verions certainly not XD |
upgradeci retry with all versions |
When calling change_field_selection_values, any default value is not updated. This fix updates the value in the default values table.
0142136
to
599ac05
Compare
Add a test for util.change_field_selection_values where the selection is also a default value.
599ac05
to
6af1674
Compare
after changing the unit test validation logic, there's no need for the new util |
upgradeci retry with always all versions |
upgradeci retry with always only stock_account account_peppol sale sale_subscription hr in versions 19.0 18.0 17.0 15.0 16.0 14.0 13.0 12.0 11.0 10.0 9.0 8.0 |
When calling
change_field_selection_values
, any default value is not updated. This fix updates the value in the default values table.https://runbot.odoo.com/odoo/error/230875
TBG-2171