diff --git a/webservice/README.rst b/webservice/README.rst index 8f91d952..7aad8c28 100644 --- a/webservice/README.rst +++ b/webservice/README.rst @@ -17,13 +17,13 @@ WebService :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github - :target: https://github.com/OCA/web-api/tree/17.0/webservice + :target: https://github.com/OCA/web-api/tree/18.0/webservice :alt: OCA/web-api .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-api-17-0/web-api-17-0-webservice + :target: https://translation.odoo-community.org/projects/web-api-18-0/web-api-18-0-webservice :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -41,7 +41,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -81,6 +81,6 @@ Current `maintainer `__: |maintainer-etobella| -This module is part of the `OCA/web-api `_ project on GitHub. +This module is part of the `OCA/web-api `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/webservice/__manifest__.py b/webservice/__manifest__.py index 4523c8b1..1f56d8a5 100644 --- a/webservice/__manifest__.py +++ b/webservice/__manifest__.py @@ -6,7 +6,7 @@ { "name": "WebService", "summary": """Defines webservice abstract definition to be used generally""", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "license": "AGPL-3", "development_status": "Production/Stable", "maintainers": ["etobella"], diff --git a/webservice/controllers/oauth2.py b/webservice/controllers/oauth2.py index b064b824..1de890d8 100644 --- a/webservice/controllers/oauth2.py +++ b/webservice/controllers/oauth2.py @@ -59,5 +59,5 @@ def redirect(self, backend_id, **params): if cids: url_params["cids"] = ",".join([str(cid) for cid in cids]) - url = "/web?#%s" % url_encode(url_params) + url = f"/web?#{url_encode(url_params)}" return request.redirect(url) diff --git a/webservice/static/description/index.html b/webservice/static/description/index.html index 9713a220..8c8ab7db 100644 --- a/webservice/static/description/index.html +++ b/webservice/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -369,7 +368,7 @@

WebService

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:f82bb92ef51e98843a460a1ca2481b5df95b869cc989fa932e28bc093dbbc308 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: AGPL-3 OCA/web-api Translate me on Weblate Try me on Runboat

+

Production/Stable License: AGPL-3 OCA/web-api Translate me on Weblate Try me on Runboat

This module creates WebService frameworks to be used globally

Table of contents

@@ -388,7 +387,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -410,15 +409,13 @@

Contributors

Maintainers

This module is maintained by the OCA.

- -Odoo Community Association - +Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

etobella

-

This module is part of the OCA/web-api project on GitHub.

+

This module is part of the OCA/web-api project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/webservice/views/webservice_backend.xml b/webservice/views/webservice_backend.xml index 6c2276c7..71daebd1 100644 --- a/webservice/views/webservice_backend.xml +++ b/webservice/views/webservice_backend.xml @@ -117,7 +117,7 @@ webservice.backend.tree (in webservice) webservice.backend - + @@ -127,14 +127,14 @@ groups="base.group_multi_company" optional="hide" /> - + WebService Backend webservice.backend - tree,form + list,form [] {}