-
-
Notifications
You must be signed in to change notification settings - Fork 91
[18.0][MIG] endpoint_auth_api_key #100
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] endpoint_auth_api_key #100
Conversation
Currently translated at 100.0% (3 of 3 strings) Translation: web-api-16.0/web-api-16.0-endpoint_auth_api_key Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-endpoint_auth_api_key/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_auth_api_key Translate-URL: https://translation.odoo-community.org/projects/web-api-16-0/web-api-16-0-endpoint_auth_api_key/
Followup of OCA#56 The view must be registered for the mixin model otherwise it won't be taken into account. I've probably left this change in a stashed version :(
Currently translated at 100.0% (3 of 3 strings) Translation: web-api-17.0/web-api-17.0-endpoint_auth_api_key Translate-URL: https://translation.odoo-community.org/projects/web-api-17-0/web-api-17-0-endpoint_auth_api_key/zh_CN/
|
/ocabot migration endpoint_auth_api_key |
ivantodorovich
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.
LGTM
|
/ocabot merge nobump |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at b49f2c9. Thanks a lot for contributing to OCA. ❤️ |
Replaces #99