Skip to content

Commit ed84f76

Browse files
committed
[BOT] post-merge updates
1 parent 302675c commit ed84f76

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24+
[base_import_async](base_import_async/) | 17.0.1.0.0 | | Import CSV files in the background
2425
[queue_job](queue_job/) | 17.0.1.3.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue
2526
[queue_job_cron](queue_job_cron/) | 17.0.1.0.0 | | Scheduled Actions as Queue Jobs
2627
[queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 17.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Run jobs without a dedicated JobRunner

base_import_async/README.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Asynchronous Import
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:e7bcaae80fd59cc8e45b2784606eb026fba7dfcac892ad4a986f51e0dc248e1e
10+
!! source digest: sha256:afe524df8591b79fb57d323fd1e441b40760325be17cba8c1879ab9ea19e0bd5
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -68,18 +68,18 @@ Other modules may benefit from this infrastructure in the following way
6868
Known issues / Roadmap
6969
======================
7070

71-
- There is currently no user interface to control the chunk size, which
72-
is currently 100 by default. Should this proves to be an issue, it is
73-
easy to add an option to extend the import screen.
74-
- Validation cannot be run in the background.
71+
- There is currently no user interface to control the chunk size, which
72+
is currently 100 by default. Should this proves to be an issue, it is
73+
easy to add an option to extend the import screen.
74+
- Validation cannot be run in the background.
7575

7676
Changelog
7777
=========
7878

7979
13.0.1.0.0 (2019-12-20)
8080
-----------------------
8181

82-
- [MIGRATION] from 12.0 branched at rev. a7f8031
82+
- [MIGRATION] from 12.0 branched at rev. a7f8031
8383

8484
Bug Tracker
8585
===========
@@ -111,23 +111,23 @@ control the asynchronous behaviour.
111111

112112
Other contributors include:
113113

114-
- Anthony Muschang (ACSONE)
114+
- Anthony Muschang (ACSONE)
115115

116-
- David Béal (Akretion)
116+
- David Béal (Akretion)
117117

118-
- Jonathan Nemry (ACSONE)
118+
- Jonathan Nemry (ACSONE)
119119

120-
- Laurent Mignon (ACSONE)
120+
- Laurent Mignon (ACSONE)
121121

122-
- Dennis Sluijk (Onestein)
122+
- Dennis Sluijk (Onestein)
123123

124-
- Guewen Baconnier (Camptocamp)
124+
- Guewen Baconnier (Camptocamp)
125125

126-
- `Trobz <https://trobz.com>`__:
126+
- `Trobz <https://trobz.com>`__:
127127

128-
- Dzung Tran <[email protected]>
128+
- Dzung Tran <[email protected]>
129129

130-
- Daniel Duque (FactorLibre)
130+
- Daniel Duque (FactorLibre)
131131

132132
Other credits
133133
-------------

base_import_async/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Asynchronous Import</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:e7bcaae80fd59cc8e45b2784606eb026fba7dfcac892ad4a986f51e0dc248e1e
370+
!! source digest: sha256:afe524df8591b79fb57d323fd1e441b40760325be17cba8c1879ab9ea19e0bd5
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/queue/tree/17.0/base_import_async"><img alt="OCA/queue" src="https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/queue-17-0/queue-17-0-base_import_async"><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/queue&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module extends the standard CSV import functionality to import

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[project]
22
name = "odoo-addons-oca-queue"
3-
version = "17.0.20240125.0"
3+
version = "17.0.20250330.0"
44
dependencies = [
5+
"odoo-addon-base_import_async>=17.0dev,<17.1dev",
56
"odoo-addon-queue_job>=17.0dev,<17.1dev",
67
"odoo-addon-queue_job_cron>=17.0dev,<17.1dev",
78
"odoo-addon-queue_job_cron_jobrunner>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)