[18.0][ADD] webservice_server_env: make server_environment an optional dependency#101
[18.0][ADD] webservice_server_env: make server_environment an optional dependency#101
Conversation
|
Hi @etobella, |
62ea7a3 to
5ccd5f6
Compare
5ccd5f6 to
04908b5
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
Any reason to hold this back? |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Just time to review it and test it on real life project 😅 |
| @@ -0,0 +1 @@ | |||
| ../../../../webservice_server_env No newline at end of file | |||
There was a problem hiding this comment.
setup folder is a leftover from the porting ;)
There was a problem hiding this comment.
Do you want to take over and make a superseding PR, since you are working on this right now?
There was a problem hiding this comment.
I'm not working on it. Here you should just exclude the setup folder from the cherry-pick 😉
simahawk
left a comment
There was a problem hiding this comment.
LGTM, mere code review, no test
|
Hello @dreispt |
| "author": "Creu Blanca, Camptocamp, Odoo Community Association (OCA)", | ||
| "website": "https://github.com/OCA/web-api", | ||
| "depends": ["webservice", "server_environment"], | ||
| "auto_install": True, |
There was a problem hiding this comment.
Will it get automatically installed on deployments that currently have webservice installed and only get an update on this module?
Or do we need a migration script for this?
Honest question. Not sure how Odoo handles that -- but I believe we should not alter the behavior for already running instances
Forward port of #42