Skip to content

Commit 8a8ea2c

Browse files
[MIG] endpoint: Migration to V18
1 parent be19819 commit 8a8ea2c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

endpoint/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Endpoint
1717
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818
:alt: License: LGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github
20-
:target: https://github.com/OCA/web-api/tree/17.0/endpoint
20+
:target: https://github.com/OCA/web-api/tree/18.0/endpoint
2121
:alt: OCA/web-api
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/web-api-17-0/web-api-17-0-endpoint
23+
:target: https://translation.odoo-community.org/projects/web-api-18-0/web-api-18-0-endpoint
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -52,17 +52,17 @@ Go to "Technical -> Endpoints" and create a new endpoint.
5252
Known issues / Roadmap
5353
======================
5454

55-
- add validation of request data
56-
- add api docs generation
57-
- handle multiple routes per endpoint
55+
- add validation of request data
56+
- add api docs generation
57+
- handle multiple routes per endpoint
5858

5959
Bug Tracker
6060
===========
6161

6262
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web-api/issues>`_.
6363
In case of trouble, please check there if your issue has already been reported.
6464
If you spotted it first, help us to smash it by providing a detailed and welcomed
65-
`feedback <https://github.com/OCA/web-api/issues/new?body=module:%20endpoint%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
65+
`feedback <https://github.com/OCA/web-api/issues/new?body=module:%20endpoint%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
6666

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

@@ -77,7 +77,7 @@ Authors
7777
Contributors
7878
------------
7979

80-
- Simone Orsi <simone.orsi@camptocamp.com>
80+
- Simone Orsi <simone.orsi@camptocamp.com>
8181

8282
Maintainers
8383
-----------
@@ -100,6 +100,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
100100

101101
|maintainer-simahawk|
102102

103-
This module is part of the `OCA/web-api <https://github.com/OCA/web-api/tree/17.0/endpoint>`_ project on GitHub.
103+
This module is part of the `OCA/web-api <https://github.com/OCA/web-api/tree/18.0/endpoint>`_ project on GitHub.
104104

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

endpoint/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Endpoint",
66
"summary": """Provide custom endpoint machinery.""",
7-
"version": "17.0.1.0.0",
7+
"version": "18.0.1.0.0",
88
"license": "LGPL-3",
99
"development_status": "Beta",
1010
"author": "Camptocamp,Odoo Community Association (OCA)",

endpoint/static/description/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">Endpoint</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:5b9d2b71d09ff066cd8d17ae88885c36a1eca061387e2a18d62d526b4844edfc
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web-api/tree/17.0/endpoint"><img alt="OCA/web-api" src="https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-api-17-0/web-api-17-0-endpoint"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web-api&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web-api/tree/18.0/endpoint"><img alt="OCA/web-api" src="https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-api-18-0/web-api-18-0-endpoint"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web-api&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>Provide an endpoint framework allowing users to define their own custom
374374
endpoint.</p>
375375
<p>Thanks to endpoint mixin the endpoint records are automatically
@@ -408,7 +408,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
408408
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web-api/issues">GitHub Issues</a>.
409409
In case of trouble, please check there if your issue has already been reported.
410410
If you spotted it first, help us to smash it by providing a detailed and welcomed
411-
<a class="reference external" href="https://github.com/OCA/web-api/issues/new?body=module:%20endpoint%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
411+
<a class="reference external" href="https://github.com/OCA/web-api/issues/new?body=module:%20endpoint%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
412412
<p>Do not contact contributors directly about support or help with technical issues.</p>
413413
</div>
414414
<div class="section" id="credits">
@@ -436,7 +436,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
436436
promote its widespread use.</p>
437437
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
438438
<p><a class="reference external image-reference" href="https://github.com/simahawk"><img alt="simahawk" src="https://github.com/simahawk.png?size=40px" /></a></p>
439-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web-api/tree/17.0/endpoint">OCA/web-api</a> project on GitHub.</p>
439+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web-api/tree/18.0/endpoint">OCA/web-api</a> project on GitHub.</p>
440440
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
441441
</div>
442442
</div>

endpoint/views/endpoint_view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<field name="name">endpoint.endpoint.tree</field>
134134
<field name="model">endpoint.endpoint</field>
135135
<field name="arch" type="xml">
136-
<tree
136+
<list
137137
decoration-muted="(not active)"
138138
decoration-warning="(not registry_sync)"
139139
>
@@ -142,7 +142,7 @@
142142
<field name="exec_mode" />
143143
<field name="active" widget="boolean_toggle" />
144144
<field name="registry_sync" />
145-
</tree>
145+
</list>
146146
</field>
147147
</record>
148148

0 commit comments

Comments
 (0)