-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
[18.0][MIG] webservice #66
Conversation
JordiMForgeFlow
commented
Oct 23, 2024
•
edited
Loading
edited
- Standard V18 Migration
- Allow empty content type in webservice backend: when working with python requests library to POST a multipart/form-data type, we should not explicitly set the content-type in the headers as the library will take care of putting the correct content-type and also the boundaries. Otherwise it will not do it. (https://stackoverflow.com/questions/12385179/how-to-send-a-multipart-form-data-with-requests-in-python).
- Do not log warning on tests: the warning otherwise causes the CI to fail due to the warnings.
- FW of [16.0][IMP] webservice: allow to return response object on http calls #48
Currently translated at 85.0% (17 of 20 strings) Translation: edi-14.0/edi-14.0-webservice Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-webservice/fr/
The funtionality is used by the module as the method `_server_env_fields` is defined, but the inherit of the mixin using it is missing.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-14.0/edi-14.0-webservice Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-webservice/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-15.0/edi-15.0-webservice Translate-URL: https://translation.odoo-community.org/projects/edi-15-0/edi-15-0-webservice/
'call' now accepts these explicit kw params: * 'url': to override the request's url completely * 'url_params': to pass interpolation params for url formatting.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-api-16.0/web-api-16.0-webservice Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-webservice/
Currently translated at 100.0% (43 of 43 strings) Translation: web-api-16.0/web-api-16.0-webservice Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-webservice/it/
Currently translated at 100.0% (43 of 43 strings) Translation: web-api-16.0/web-api-16.0-webservice Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-webservice/it/
Currently translated at 100.0% (43 of 43 strings) Translation: web-api-16.0/web-api-16.0-webservice Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-webservice/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-api-17.0/web-api-17.0-webservice Translate-URL: https://translation.odoo-community.org/projects/web-api-17-0/web-api-17-0-webservice/
Currently translated at 100.0% (75 of 75 strings) Translation: web-api-17.0/web-api-17.0-webservice Translate-URL: https://translation.odoo-community.org/projects/web-api-17-0/web-api-17-0-webservice/it/
1a9b899
to
c637758
Compare
c637758
to
9200470
Compare
9200470
to
d68c422
Compare
02fb815
to
e26ea48
Compare
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.
code review 👍🏿
This PR has the |
1 similar comment
This PR has the |
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.
/ocabot merge nobump
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 454e120. Thanks a lot for contributing to OCA. ❤️ |