[19.0][MIG] endpoint_auth_api_key: Migration to 19.0#130
[19.0][MIG] endpoint_auth_api_key: Migration to 19.0#130
Conversation
903ed7d to
035cd16
Compare
78f5dfa to
39f133f
Compare
|
I wonder what is happening with runboat tests: The module tests itself are green. |
Not sure but other PRs in this branch are ok. |
2bbe633 to
84b8d7b
Compare
ivantodorovich
left a comment
There was a problem hiding this comment.
Pls list the depended PR in the description 🙏🏻
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
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/
This commit changed the status to 401 OCA/server-auth@e4a9157
84b8d7b to
5591eaa
Compare
|
Hello @OCA/board can you pls take a look and possibly trigger merge? |
| result = {"response": Response("ok")} | ||
| </field> | ||
| </record> | ||
| </odoo> |
There was a problem hiding this comment.
I've moved demo data to the tests.
But, probably we can have separate demo data and test data.
Let me check.
There was a problem hiding this comment.
hello @dreispt , the PR is fixed, thank for the review
|
This PR has the |
ba0ab53 to
0e52150
Compare
0e52150 to
d01007d
Compare
|
Hello @dreispt can you pls take a look? |
Depends on: