-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
[14.0][FIX] datamodel: replace deprecated use of "missing" argument #199
Conversation
this is caused by #195 which should be rolled back because of this explanation acsone/setuptools-odoo#59 Feel free to revert it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems legit
thanks @simahawk I've gone ahead and committed the auto-generated requirements.txt |
@davejames no big deal in this case but next time use |
This reverts commit 05270f4.
eb81f84
to
0b288e1
Compare
/ocabot merge patch |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 3694d28. Thanks a lot for contributing to OCA. ❤️ |
Deprecated use of "missing" argument leads to a warning in the Odoo logs when tests are run. This PR replaces "missing" with "load_default" as introduced in marshmallow-code/marshmallow#1742