Skip to content

Commit f4a59c6

Browse files
committed
[MIG] web_ir_actions_act_multi: Migration to 19.0
1 parent bc10029 commit f4a59c6

File tree

4 files changed

+38
-19
lines changed

4 files changed

+38
-19
lines changed

web_ir_actions_act_multi/README.rst

Lines changed: 13 additions & 6 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
Web Actions Multi
37
=================
@@ -13,17 +17,17 @@ Web Actions Multi
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-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
20-
:target: https://github.com/OCA/web/tree/18.0/web_ir_actions_act_multi
24+
:target: https://github.com/OCA/web/tree/19.0/web_ir_actions_act_multi
2125
:alt: OCA/web
2226
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_ir_actions_act_multi
27+
:target: https://translation.odoo-community.org/projects/web-19-0/web-19-0-web_ir_actions_act_multi
2428
:alt: Translate me on Weblate
2529
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=19.0
2731
:alt: Try me on Runboat
2832

2933
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -60,7 +64,7 @@ Bug Tracker
6064
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
6165
In case of trouble, please check there if your issue has already been reported.
6266
If you spotted it first, help us to smash it by providing a detailed and welcomed
63-
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_ir_actions_act_multi%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
67+
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_ir_actions_act_multi%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
6468

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

@@ -84,6 +88,9 @@ Contributors
8488

8589
- Manuel Calero - Tecnativa
8690
- Matias Peralta, Juan Rivero - Adhoc
91+
- `Komit <https://komit-consulting.com>`__:
92+
93+
- Quoc Pham Ngoc <quoc-pn@komit-consulting.com>
8794

8895
Maintainers
8996
-----------
@@ -98,6 +105,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
98105
mission is to support the collaborative development of Odoo features and
99106
promote its widespread use.
100107

101-
This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_ir_actions_act_multi>`_ project on GitHub.
108+
This module is part of the `OCA/web <https://github.com/OCA/web/tree/19.0/web_ir_actions_act_multi>`_ project on GitHub.
102109

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

web_ir_actions_act_multi/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Web Actions Multi",
99
"summary": "Enables triggering of more than one action on ActionManager",
1010
"category": "Web",
11-
"version": "18.0.1.0.0",
11+
"version": "19.0.1.0.0",
1212
"license": "LGPL-3",
1313
"author": "Modoolar, CorporateHub, Odoo Community Association (OCA)",
1414
"website": "https://github.com/OCA/web",

web_ir_actions_act_multi/readme/CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
- Alexey Pelykh \<<alexey.pelykh@corphub.eu>\>
55
- Manuel Calero - Tecnativa
66
- Matias Peralta, Juan Rivero - Adhoc
7+
- [Komit](https://komit-consulting.com):
8+
- Quoc Pham Ngoc \<<quoc-pn@komit-consulting.com>\>

web_ir_actions_act_multi/static/description/index.html

Lines changed: 22 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>Web Actions Multi</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="web-actions-multi">
364-
<h1 class="title">Web Actions Multi</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="web-actions-multi">
370+
<h1>Web Actions Multi</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370375
!! source digest: sha256:d55bf4a4325f3e0849aa999e2dcac39cfe498303f2be1fa30944b0f705e1dbaf
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/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/tree/18.0/web_ir_actions_act_multi"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_ir_actions_act_multi"><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&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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/19.0/web_ir_actions_act_multi"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-19-0/web-19-0-web_ir_actions_act_multi"><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&amp;target_branch=19.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 way to trigger more than one action on
374379
ActionManager</p>
375380
<p><strong>Table of contents</strong></p>
@@ -386,7 +391,7 @@ <h1 class="title">Web Actions Multi</h1>
386391
</ul>
387392
</div>
388393
<div class="section" id="usage">
389-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
394+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
390395
<p>To use this functionality you need to return following action with list
391396
of actions to execute:</p>
392397
<pre class="code python literal-block">
@@ -402,24 +407,24 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
402407
</pre>
403408
</div>
404409
<div class="section" id="bug-tracker">
405-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
410+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
406411
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
407412
In case of trouble, please check there if your issue has already been reported.
408413
If you spotted it first, help us to smash it by providing a detailed and welcomed
409-
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_ir_actions_act_multi%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
414+
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_ir_actions_act_multi%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
410415
<p>Do not contact contributors directly about support or help with technical issues.</p>
411416
</div>
412417
<div class="section" id="credits">
413-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
418+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
414419
<div class="section" id="authors">
415-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
420+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
416421
<ul class="simple">
417422
<li>Modoolar</li>
418423
<li>CorporateHub</li>
419424
</ul>
420425
</div>
421426
<div class="section" id="contributors">
422-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
427+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
423428
<ul class="simple">
424429
<li>Petar Najman &lt;<a class="reference external" href="mailto:petar.najman&#64;modoolar.com">petar.najman&#64;modoolar.com</a>&gt;</li>
425430
<li>Mladen Meseldzija &lt;<a class="reference external" href="mailto:mladen.meseldzija&#64;modoolar.com">mladen.meseldzija&#64;modoolar.com</a>&gt;</li>
@@ -429,21 +434,26 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
429434
</li>
430435
<li>Manuel Calero - Tecnativa</li>
431436
<li>Matias Peralta, Juan Rivero - Adhoc</li>
437+
<li><a class="reference external" href="https://komit-consulting.com">Komit</a>:<ul>
438+
<li>Quoc Pham Ngoc &lt;<a class="reference external" href="mailto:quoc-pn&#64;komit-consulting.com">quoc-pn&#64;komit-consulting.com</a>&gt;</li>
439+
</ul>
440+
</li>
432441
</ul>
433442
</div>
434443
<div class="section" id="maintainers">
435-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
444+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
436445
<p>This module is maintained by the OCA.</p>
437446
<a class="reference external image-reference" href="https://odoo-community.org">
438447
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
439448
</a>
440449
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
441450
mission is to support the collaborative development of Odoo features and
442451
promote its widespread use.</p>
443-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/18.0/web_ir_actions_act_multi">OCA/web</a> project on GitHub.</p>
452+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/19.0/web_ir_actions_act_multi">OCA/web</a> project on GitHub.</p>
444453
<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>
445454
</div>
446455
</div>
447456
</div>
457+
</div>
448458
</body>
449459
</html>

0 commit comments

Comments
 (0)