[FIX] developer/external_api: xmlrpc removal postponed to 21.1/22#16765
Open
Julien00859 wants to merge 1 commit into19.0from
Open
[FIX] developer/external_api: xmlrpc removal postponed to 21.1/22#16765Julien00859 wants to merge 1 commit into19.0from
Julien00859 wants to merge 1 commit into19.0from
Conversation
Collaborator
5bdc273 to
e078052
Compare
Feyensv
approved these changes
Mar 9, 2026
Collaborator
Feyensv
left a comment
There was a problem hiding this comment.
robodoo delegate+ squash
Collaborator
|
Merge method set to squash. |
kmagusiak
reviewed
Mar 13, 2026
The "rpc service" API (xmlrpc/jsonrpc) have been deprecated in 19.0, JSON-2 acting as replacement. It was at first planned to be removed in 19.1/20 but we succeeded in convicing the management It Was A Bad Idea. The removal is postponed to Odoo 21.1/22. This makes so that if the [Standard and extended support] policy remains the same until the release of Odoo 22, all versions supported with no additional fees (20, 21, 22) at that time will have JSON-2: | version | supported at 22 release | rpc services | JSON-2 | | ------- | ----------------------- | --------------------- | ------ | | 18.0 | no^1 | active | absent | | 19.0 | no^1 | active but deprecated | active | | 20.0 | yes | active but deprecated | active | | 21.0 | yes | active but deprecated | active | | 22.0 | yes | absent | active | ^1: with no additionnal fees. [Standard and extended support]: https://www.odoo.com/documentation/19.0/administration/standard_extended_support.html
e078052 to
e3b63b7
Compare
kmagusiak
approved these changes
Mar 13, 2026
Collaborator
|
@Julien00859 linked pull request(s) odoo/odoo#252721 not ready. Linked PRs are not staged until all of them are ready. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The "rpc service" API (xmlrpc/jsonrpc) have been deprecated in 19.0, JSON-2 acting as replacement. It was at first planned to be removed in 19.1/20 but we succeeded in convicing the management It Was A Bad Idea.
The removal is postponed to Odoo 21.1/22. This makes so that if the Standard and extended support policy remains the same until the release of Odoo 22, all versions supported with no additional fees (20, 21, 22) at that time will have JSON-2:
Footnotes
with no additionnal fees. ↩ ↩2