Skip to content

Commit

Permalink
Merge branch '14.0' into 14.0-webservice-http_error_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v authored Dec 5, 2024
2 parents 2fd1293 + 0eb4e99 commit ee34989
Show file tree
Hide file tree
Showing 59 changed files with 2,692 additions and 67 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[endpoint](endpoint/) | 14.0.2.0.2 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide custom endpoint machinery.
[endpoint_auth_api_key](endpoint_auth_api_key/) | 14.0.1.1.2 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide API key auth for endpoints.
[endpoint_route_handler](endpoint_route_handler/) | 14.0.2.0.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide mixin and tool to generate custom endpoints on the fly.
[webservice](webservice/) | 14.0.1.5.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide unified way to handle external webservices configuration and calls.
[endpoint](endpoint/) | 14.0.2.3.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide custom endpoint machinery.
[endpoint_auth_api_key](endpoint_auth_api_key/) | 14.0.1.2.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide API key auth for endpoints.
[endpoint_cache](endpoint_cache/) | 14.0.1.1.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide basic caching utils for endpoints
[endpoint_jsonifier](endpoint_jsonifier/) | 14.0.1.1.0 | [![SilvioC2C](https://github.com/SilvioC2C.png?size=30px)](https://github.com/SilvioC2C) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow to configure jsonifier parsers on endpoints
[endpoint_route_handler](endpoint_route_handler/) | 14.0.2.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide mixin and tool to generate custom endpoints on the fly.
[webservice](webservice/) | 14.0.1.6.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide unified way to handle external webservices configuration and calls.

[//]: # (end addons)

Expand Down
2 changes: 1 addition & 1 deletion endpoint/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Endpoint
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:556e4e15c33a21506a13c41d22f0e2bf8f23a5e09525436cbba2e532ac5bef8b
!! source digest: sha256:2da9c7b7ea950dc9d9b00ebf3d2464b02005513cfb12202d9bc8b4b329f2af70
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
3 changes: 2 additions & 1 deletion endpoint/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Endpoint",
"summary": """Provide custom endpoint machinery.""",
"version": "14.0.2.0.2",
"version": "14.0.2.3.0",
"license": "LGPL-3",
"development_status": "Beta",
"author": "Camptocamp,Odoo Community Association (OCA)",
Expand All @@ -13,6 +13,7 @@
"depends": ["endpoint_route_handler", "rpc_helper"],
"data": [
"security/ir.model.access.csv",
"security/ir_rule.xml",
"views/endpoint_view.xml",
],
"demo": [
Expand Down
22 changes: 14 additions & 8 deletions endpoint/i18n/endpoint.pot
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ msgid "All"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_search_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Archived"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Auth"
msgstr ""

Expand All @@ -48,12 +48,12 @@ msgid "Auth Type"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Code"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Code Help"
msgstr ""

Expand All @@ -69,6 +69,12 @@ msgstr ""
msgid "Code Snippet Docs"
msgstr ""

#. module: endpoint
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__company_id
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__company_id
msgid "Company"
msgstr ""

#. module: endpoint
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__create_uid
msgid "Created by"
Expand Down Expand Up @@ -160,7 +166,7 @@ msgid "Last Updated on"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Main"
msgstr ""

Expand Down Expand Up @@ -193,14 +199,14 @@ msgid "Registry Sync"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid ""
"Registry out of sync. Likely the record has been modified but not sync'ed "
"with the routing registry."
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Request"
msgstr ""

Expand Down Expand Up @@ -245,7 +251,7 @@ msgid "To sync"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid ""
"Use the action \"Sync registry\" to make changes effective once you are done"
" with edits and creates."
Expand Down
22 changes: 14 additions & 8 deletions endpoint/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ msgid "All"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_search_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Archived"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Auth"
msgstr ""

Expand All @@ -49,12 +49,12 @@ msgid "Auth Type"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Code"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Code Help"
msgstr ""

Expand All @@ -70,6 +70,12 @@ msgstr ""
msgid "Code Snippet Docs"
msgstr ""

#. module: endpoint
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__company_id
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__company_id
msgid "Company"
msgstr ""

#. module: endpoint
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__create_uid
msgid "Created by"
Expand Down Expand Up @@ -161,7 +167,7 @@ msgid "Last Updated on"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Main"
msgstr ""

Expand Down Expand Up @@ -194,14 +200,14 @@ msgid "Registry Sync"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid ""
"Registry out of sync. Likely the record has been modified but not sync'ed "
"with the routing registry."
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid "Request"
msgstr ""

Expand Down Expand Up @@ -246,7 +252,7 @@ msgid "To sync"
msgstr ""

#. module: endpoint
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_mixin_form_view
msgid ""
"Use the action \"Sync registry\" to make changes effective once you are done "
"with edits and creates."
Expand Down
Loading

0 comments on commit ee34989

Please sign in to comment.