-
Notifications
You must be signed in to change notification settings - Fork 10k
Various server CLI #14294
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
Various server CLI #14294
Conversation
988a686
to
5ee04f6
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.
@robodoo delegate+
Runbot is red 👀
Also, you should avoid referencing PRs in your commit messages. Those PRs will quickly be spammed by "someone pushed a commit that references this" notifications that are logged each time you or robodoo ( 👋 forward-ports) push/force-push your commits.
Introduced by odoo/odoo#112000 in 17.0
5ee04f6
to
76f0eda
Compare
@robodoo rebase-ff |
Merge method set to rebase and fast-forward. |
@robodoo r+ |
Noted. Those are mostly my own PR that I referenced, or PRs from my team I am subscribed to, and I'm ok with the cross-reference spam. |
@Julien00859 'ci/documentation' failed on this reviewed PR. |
Introduced by odoo/odoo#195280 in saas-18.1
Does nothing since odoo/odoo#78857 and was removed in odoo/odoo#115076 both in 16.0.
--dev=all actually means --dev=xml,qweb,reload
76f0eda
to
803bfb5
Compare
@robodoo r+ |
would be nice to backport the right fixes to the right version, but it's nice already to have it fixed for 19 👀 |
@Julien00859 linked pull request(s) odoo/odoo#222807 not ready. Linked PRs are not staged until all of them are ready. |
Some access errors are complicated to debug, this new dev feature should help developers figure out where the access error originated from. closes #222807 Related: odoo/documentation#14294 Signed-off-by: Julien Castiaux (juc) <[email protected]>
Introduced by odoo/odoo#112000 in 17.0 Part-of: #14294 Related: odoo/odoo#222807 Signed-off-by: Julien Castiaux (juc) <[email protected]>
Introduced by odoo/odoo#195280 in saas-18.1 Part-of: #14294 Related: odoo/odoo#222807 Signed-off-by: Julien Castiaux (juc) <[email protected]>
Does nothing since odoo/odoo#78857 and was removed in odoo/odoo#115076 both in 16.0. Part-of: #14294 Related: odoo/odoo#222807 Signed-off-by: Julien Castiaux (juc) <[email protected]>
--dev=all actually means --dev=xml,qweb,reload Part-of: #14294 Related: odoo/odoo#222807 Signed-off-by: Julien Castiaux (juc) <[email protected]>
closes #14294 Related: odoo/odoo#222807 Signed-off-by: Julien Castiaux (juc) <[email protected]>
I'll backport most of them in their appropriate version, but it helps me to have them all in master first.
[FIX] developer/reference/cli: --db_replica_host
Introduced by odoo/odoo#112000 in 17.0
[FIX] developer/reference/cli: --dev=replica
Introduced by odoo/odoo#195280 in saas-18.1
[FIX] developer/reference/cli: --dev=pdb was removed
Does nothing since odoo/odoo#78857 and was removed in odoo/odoo#115076
both in 16.0.
[FIX] developer/reference/cli: --dev=all is a lie
--dev=all actually means --dev=xml,qweb,reload
[IMP] developer/reference/cli: --dev=access