-
-
Notifications
You must be signed in to change notification settings - Fork 91
[17.0][MIG] endpoint: Migration to 17.0 #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
Conversation
By putting the model in the routing handler options we allow to: * avoid override of _default_endpoint_options_handler if you only want to search another model * make explicit in the route configuration the model that will be searched
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-api-14.0/web-api-14.0-endpoint Translate-URL: https://translation.odoo-community.org/projects/web-api-14-0/web-api-14-0-endpoint/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-api-16.0/web-api-16.0-endpoint Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-endpoint/
Very handy especially to log errors w/o providing much info to the caller.
Currently translated at 100.0% (44 of 44 strings) Translation: web-api-16.0/web-api-16.0-endpoint Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-endpoint/it/
As the mixin can be inherited by many other models w/ their view an isolated basic view is required to avoid pollution and breakage of inherited views when extending the views of endpoint.endpoint. In particular, this solves a conflict that came w/ OCA/web-api-contrib#1
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-api-16.0/web-api-16.0-endpoint Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-endpoint/
29e8f9a to
55c1cd4
Compare
55c1cd4 to
c2a4895
Compare
c2a4895 to
2274aaf
Compare
simahawk
left a comment
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.
LG minor remark
|
/ocabot migration endpoint |
|
@simahawk shall we merge? It will unlock OCA/edi-framework#124 😄 |
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 0c3be44. Thanks a lot for contributing to OCA. ❤️ |
No description provided.