-
Notifications
You must be signed in to change notification settings - Fork 247
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
[FIX] Default value when no value found #1377
base: 8.0
Are you sure you want to change the base?
Conversation
Hi @diggy128. Thank you for your contribution. @oihane @Daniel-CA Please let me know |
@diggy128 can you please rebase this PR? Thanks for your contribution, let's see if the travis fixes. |
👍 LGTM, waiting for rebase. |
Codecov Report
@@ Coverage Diff @@
## 8.0 #1377 +/- ##
==========================================
- Coverage 61.71% 47.4% -14.31%
==========================================
Files 284 25 -259
Lines 8556 791 -7765
==========================================
- Hits 5280 375 -4905
+ Misses 3276 416 -2860
Continue to review full report at Codecov.
|
Default value should be set to Empty record instead of False for Many2one fields when no value is to be set. See: odoo/odoo#4384
Sorry for the mess. my zenbook's touchpad is freaking out and pissing me off. |
Default value should be set to Empty record instead of False for
Many2one fields when no value is to be set.
See: odoo/odoo#4384