Skip to content

Commit 545c5bc

Browse files
committed
[BOT] post-merge updates
1 parent 3f8dd30 commit 545c5bc

File tree

4 files changed

+29
-19
lines changed

4 files changed

+29
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[base_export_async](base_export_async/) | 16.0.1.2.0 | | Asynchronous export with job queue
25-
[base_import_async](base_import_async/) | 16.0.1.2.0 | | Import CSV files in the background
25+
[base_import_async](base_import_async/) | 16.0.1.2.1 | | Import CSV files in the background
2626
[queue_job](queue_job/) | 16.0.2.12.0 | <a href='https://github.com/guewen'><img src='https://github.com/guewen.png' width='32' height='32' style='border-radius:50%;' alt='guewen'/></a> | Job Queue
2727
[queue_job_batch](queue_job_batch/) | 16.0.1.0.1 | | Job Queue Batch
2828
[queue_job_cron](queue_job_cron/) | 16.0.2.1.0 | | Scheduled Actions as Queue Jobs

base_import_async/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
Asynchronous Import
37
===================
@@ -7,13 +11,13 @@ Asynchronous Import
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:07386b2c38bebbafa1ae11daf67ccfa3682f8fc15f7ae91080ed341ec3269ec8
14+
!! source digest: sha256:0ef944fdadf93d3fd797edb12785e8afdbc6d2443ecd5b37efb9f5da61c9eb4e
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
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%2Fqueue-lightgray.png?logo=github

base_import_async/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Asynchronous Import",
77
"summary": "Import CSV files in the background",
8-
"version": "16.0.1.2.0",
8+
"version": "16.0.1.2.1",
99
"author": "Akretion, ACSONE SA/NV, Odoo Community Association (OCA)",
1010
"license": "AGPL-3",
1111
"website": "https://github.com/OCA/queue",

base_import_async/static/description/index.html

Lines changed: 21 additions & 15 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>Asynchronous Import</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="asynchronous-import">
364-
<h1 class="title">Asynchronous Import</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="asynchronous-import">
370+
<h1>Asynchronous Import</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:07386b2c38bebbafa1ae11daf67ccfa3682f8fc15f7ae91080ed341ec3269ec8
375+
!! source digest: sha256:0ef944fdadf93d3fd797edb12785e8afdbc6d2443ecd5b37efb9f5da61c9eb4e
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/16.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-16-0/queue-16-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=16.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="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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/queue/tree/16.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-16-0/queue-16-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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module extends the standard CSV import functionality
374379
to import files in the background using the OCA/queue
375380
framework.</p>
@@ -393,7 +398,7 @@ <h1 class="title">Asynchronous Import</h1>
393398
</ul>
394399
</div>
395400
<div class="section" id="usage">
396-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
401+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
397402
<p>The user is presented with a new checkbox in the import
398403
screen. When selected, the import is delayed in a background
399404
job.</p>
@@ -421,7 +426,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
421426
</ol>
422427
</div>
423428
<div class="section" id="known-issues-roadmap">
424-
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
429+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
425430
<ul class="simple">
426431
<li>There is currently no user interface to control the chunk size,
427432
which is currently 100 by default. Should this proves to be an issue,
@@ -430,33 +435,33 @@ <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
430435
</ul>
431436
</div>
432437
<div class="section" id="changelog">
433-
<h1><a class="toc-backref" href="#toc-entry-3">Changelog</a></h1>
438+
<h2><a class="toc-backref" href="#toc-entry-3">Changelog</a></h2>
434439
<div class="section" id="section-1">
435-
<h2><a class="toc-backref" href="#toc-entry-4">13.0.1.0.0 (2019-12-20)</a></h2>
440+
<h3><a class="toc-backref" href="#toc-entry-4">13.0.1.0.0 (2019-12-20)</a></h3>
436441
<ul class="simple">
437442
<li>[MIGRATION] from 12.0 branched at rev. a7f8031</li>
438443
</ul>
439444
</div>
440445
</div>
441446
<div class="section" id="bug-tracker">
442-
<h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
447+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
443448
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/queue/issues">GitHub Issues</a>.
444449
In case of trouble, please check there if your issue has already been reported.
445450
If you spotted it first, help us to smash it by providing a detailed and welcomed
446451
<a class="reference external" href="https://github.com/OCA/queue/issues/new?body=module:%20base_import_async%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
447452
<p>Do not contact contributors directly about support or help with technical issues.</p>
448453
</div>
449454
<div class="section" id="credits">
450-
<h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
455+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
451456
<div class="section" id="authors">
452-
<h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
457+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
453458
<ul class="simple">
454459
<li>Akretion</li>
455460
<li>ACSONE SA/NV</li>
456461
</ul>
457462
</div>
458463
<div class="section" id="contributors">
459-
<h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
464+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
460465
<p>Sébastien Beau (Akretion) authored the initial prototype.</p>
461466
<p>Stéphane Bidoul (ACSONE) extended it to version 1.0 to support
462467
multi-line records, store data to import as attachments
@@ -481,11 +486,11 @@ <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
481486
</ul>
482487
</div>
483488
<div class="section" id="other-credits">
484-
<h2><a class="toc-backref" href="#toc-entry-9">Other credits</a></h2>
489+
<h3><a class="toc-backref" href="#toc-entry-9">Other credits</a></h3>
485490
<p>The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp</p>
486491
</div>
487492
<div class="section" id="maintainers">
488-
<h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
493+
<h3><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h3>
489494
<p>This module is maintained by the OCA.</p>
490495
<a class="reference external image-reference" href="https://odoo-community.org">
491496
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -498,5 +503,6 @@ <h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
498503
</div>
499504
</div>
500505
</div>
506+
</div>
501507
</body>
502508
</html>

0 commit comments

Comments
 (0)