Skip to content

Commit d198337

Browse files
committed
[BOT] post-merge updates
1 parent b05f54a commit d198337

File tree

4 files changed

+27
-15
lines changed

4 files changed

+27
-15
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929
[base_user_role](base_user_role/) | 18.0.1.0.5 | <a href='https://github.com/sebalix'><img src='https://github.com/sebalix.png' width='32' height='32' style='border-radius:50%;' alt='sebalix'/></a> <a href='https://github.com/jcdrubay'><img src='https://github.com/jcdrubay.png' width='32' height='32' style='border-radius:50%;' alt='jcdrubay'/></a> <a href='https://github.com/novawish'><img src='https://github.com/novawish.png' width='32' height='32' style='border-radius:50%;' alt='novawish'/></a> | User roles
3030
[base_user_role_company](base_user_role_company/) | 18.0.1.0.2 | | User roles by company
3131
[base_user_role_history](base_user_role_history/) | 18.0.1.0.0 | <a href='https://github.com/ThomasBinsfeld'><img src='https://github.com/ThomasBinsfeld.png' width='32' height='32' style='border-radius:50%;' alt='ThomasBinsfeld'/></a> | This module allows to track the changes on users roles.
32+
[server_action_navigate](server_action_navigate/) | 18.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> <a href='https://github.com/ashishhirpara'><img src='https://github.com/ashishhirpara.png' width='32' height='32' style='border-radius:50%;' alt='ashishhirpara'/></a> | Navigate between any items of any Odoo Models
3233
[server_action_sort](server_action_sort/) | 18.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Sort any lines of any models by any criterias
3334

3435
[//]: # (end addons)

server_action_navigate/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=========================
26
Server Actions - Navigate
37
=========================
@@ -7,13 +11,13 @@ Server Actions - Navigate
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:4a9e5951abe237615f48ea2a448610988368c99dca4aa6dc30e7150503ff6378
14+
!! source digest: sha256:f229e2a389d75ec020032bb87fbec2be06c8bf355210212081eba533b6221f1b
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github

server_action_navigate/static/description/index.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Server Actions - Navigate</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="server-actions-navigate">
364-
<h1 class="title">Server Actions - Navigate</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="server-actions-navigate">
370+
<h1>Server Actions - Navigate</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:4a9e5951abe237615f48ea2a448610988368c99dca4aa6dc30e7150503ff6378
375+
!! source digest: sha256:f229e2a389d75ec020032bb87fbec2be06c8bf355210212081eba533b6221f1b
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-backend/tree/18.0/server_action_navigate"><img alt="OCA/server-backend" src="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-backend-18-0/server-backend-18-0-server_action_navigate"><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/server-backend&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-backend/tree/18.0/server_action_navigate"><img alt="OCA/server-backend" src="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-backend-18-0/server-backend-18-0-server_action_navigate"><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/server-backend&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module provides a generic tool to have the possibility to see a
374379
list of records associated to a given selection of records. This is
375380
basically the UI version of <tt class="docutils literal"><span class="pre">recordset.mapped('field1.field2')</span></tt>.</p>
@@ -391,7 +396,7 @@ <h1 class="title">Server Actions - Navigate</h1>
391396
</ul>
392397
</div>
393398
<div class="section" id="configuration">
394-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
399+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
395400
<ul class="simple">
396401
<li>Go to ‘Setting / Technical / Actions / Server Actions’</li>
397402
<li>Create a new item</li>
@@ -416,7 +421,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
416421
</ul>
417422
</div>
418423
<div class="section" id="usage">
419-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
424+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
420425
<ul class="simple">
421426
<li>Go to a tree view, for a model for which you have defined a navigation
422427
action.</li>
@@ -429,23 +434,23 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
429434
<p><img alt="Partner Category List" src="https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_navigate/static/description/res_partner_category_tree.png" /></p>
430435
</div>
431436
<div class="section" id="bug-tracker">
432-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
437+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
433438
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-backend/issues">GitHub Issues</a>.
434439
In case of trouble, please check there if your issue has already been reported.
435440
If you spotted it first, help us to smash it by providing a detailed and welcomed
436441
<a class="reference external" href="https://github.com/OCA/server-backend/issues/new?body=module:%20server_action_navigate%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
437442
<p>Do not contact contributors directly about support or help with technical issues.</p>
438443
</div>
439444
<div class="section" id="credits">
440-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
445+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
441446
<div class="section" id="authors">
442-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
447+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
443448
<ul class="simple">
444449
<li>GRAP</li>
445450
</ul>
446451
</div>
447452
<div class="section" id="contributors">
448-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
453+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
449454
<ul class="simple">
450455
<li>Sylvain LE GAL (<a class="reference external" href="https://www.twitter.com/legalsylvain">https://www.twitter.com/legalsylvain</a>)</li>
451456
<li>Ashish Hirpara (<a class="reference external" href="https://ashish-hirpara.com">https://ashish-hirpara.com</a>)</li>
@@ -456,7 +461,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
456461
</ul>
457462
</div>
458463
<div class="section" id="maintainers">
459-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
464+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
460465
<p>This module is maintained by the OCA.</p>
461466
<a class="reference external image-reference" href="https://odoo-community.org">
462467
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -471,5 +476,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
471476
</div>
472477
</div>
473478
</div>
479+
</div>
474480
</body>
475481
</html>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-server-backend"
3-
version = "18.0.20251121.0"
3+
version = "18.0.20251125.0"
44
dependencies = [
55
"odoo-addon-base_external_dbsource==18.0.*",
66
"odoo-addon-base_external_dbsource_mysql==18.0.*",
@@ -10,6 +10,7 @@ dependencies = [
1010
"odoo-addon-base_user_role==18.0.*",
1111
"odoo-addon-base_user_role_company==18.0.*",
1212
"odoo-addon-base_user_role_history==18.0.*",
13+
"odoo-addon-server_action_navigate==18.0.*",
1314
"odoo-addon-server_action_sort==18.0.*",
1415
]
1516
classifiers=[

0 commit comments

Comments
 (0)