[16.0][ADD] base_external_system_http#412
Conversation
1f519c8 to
3658dc9
Compare
|
@ntsirintanis please base your changes on the original PR. It is very difficult for me what changes you actually made, even apart from doing away with the commit history of this module. #377 |
This MR contains an obsolete version of base_external_system and it is standalone on its own, so we should not do anything there. What I am going to do is cherry-pick a single commit, this one e4a1704, and push it here |
9bb04fc to
c8123dd
Compare
c8123dd to
4c15177
Compare
4c15177 to
0d7d536
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. |
This module provides an HTTP(S) adapter for the
base_external_systemframework.It allows Odoo to communicate with external systems over HTTP using a consistent
adapter interface, supporting GET, POST and PUT requests, endpoint resolution,
and connection testing.
The adapter itself acts as the client and is yielded via the standard
system.client()context manager.