odoo-addon-base-import-async 16.0.1.2.0.1__py3-none-any.whl → 16.0.1.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/base_import_async/README.rst +6 -2
- odoo/addons/base_import_async/__manifest__.py +1 -1
- odoo/addons/base_import_async/models/base_import_import.py +1 -1
- odoo/addons/base_import_async/static/description/index.html +21 -15
- {odoo_addon_base_import_async-16.0.1.2.0.1.dist-info → odoo_addon_base_import_async-16.0.1.2.1.dist-info}/METADATA +7 -3
- {odoo_addon_base_import_async-16.0.1.2.0.1.dist-info → odoo_addon_base_import_async-16.0.1.2.1.dist-info}/RECORD +8 -8
- {odoo_addon_base_import_async-16.0.1.2.0.1.dist-info → odoo_addon_base_import_async-16.0.1.2.1.dist-info}/WHEEL +0 -0
- {odoo_addon_base_import_async-16.0.1.2.0.1.dist-info → odoo_addon_base_import_async-16.0.1.2.1.dist-info}/top_level.txt +0 -0
|
@@ -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
|
+
|
|
1
5
|
===================
|
|
2
6
|
Asynchronous Import
|
|
3
7
|
===================
|
|
@@ -7,13 +11,13 @@ Asynchronous Import
|
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
12
|
!! changes will be overwritten. !!
|
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:0ef944fdadf93d3fd797edb12785e8afdbc6d2443ecd5b37efb9f5da61c9eb4e
|
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
16
|
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
|
15
19
|
:alt: Production/Stable
|
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
22
|
:alt: License: AGPL-3
|
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "Asynchronous Import",
|
|
7
7
|
"summary": "Import CSV files in the background",
|
|
8
|
-
"version": "16.0.1.2.
|
|
8
|
+
"version": "16.0.1.2.1",
|
|
9
9
|
"author": "Akretion, ACSONE SA/NV, Odoo Community Association (OCA)",
|
|
10
10
|
"license": "AGPL-3",
|
|
11
11
|
"website": "https://github.com/OCA/queue",
|
|
@@ -19,9 +19,9 @@ OPT_HAS_HEADER = "has_headers"
|
|
|
19
19
|
OPT_SEPARATOR = "separator"
|
|
20
20
|
OPT_QUOTING = "quoting"
|
|
21
21
|
OPT_ENCODING = "encoding"
|
|
22
|
+
OPT_CHUNK_SIZE = "limit"
|
|
22
23
|
# options defined in base_import_async/import.js
|
|
23
24
|
OPT_USE_QUEUE = "use_queue"
|
|
24
|
-
OPT_CHUNK_SIZE = "chunk_size"
|
|
25
25
|
# option not available in UI, but usable from scripts
|
|
26
26
|
OPT_PRIORITY = "priority"
|
|
27
27
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
-
<title>
|
|
6
|
+
<title>README.rst</title>
|
|
7
7
|
<style type="text/css">
|
|
8
8
|
|
|
9
9
|
/*
|
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">Asynchronous Import</h1>
|
|
363
|
+
<div class="document">
|
|
365
364
|
|
|
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>
|
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
373
|
!! changes will be overwritten. !!
|
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:0ef944fdadf93d3fd797edb12785e8afdbc6d2443ecd5b37efb9f5da61c9eb4e
|
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/
|
|
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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
378
|
<p>This module extends the standard CSV import functionality
|
|
374
379
|
to import files in the background using the OCA/queue
|
|
375
380
|
framework.</p>
|
|
@@ -393,7 +398,7 @@ framework.</p>
|
|
|
393
398
|
</ul>
|
|
394
399
|
</div>
|
|
395
400
|
<div class="section" id="usage">
|
|
396
|
-
<
|
|
401
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
|
|
397
402
|
<p>The user is presented with a new checkbox in the import
|
|
398
403
|
screen. When selected, the import is delayed in a background
|
|
399
404
|
job.</p>
|
|
@@ -421,7 +426,7 @@ automate ETL flows.</p>
|
|
|
421
426
|
</ol>
|
|
422
427
|
</div>
|
|
423
428
|
<div class="section" id="known-issues-roadmap">
|
|
424
|
-
<
|
|
429
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
|
|
425
430
|
<ul class="simple">
|
|
426
431
|
<li>There is currently no user interface to control the chunk size,
|
|
427
432
|
which is currently 100 by default. Should this proves to be an issue,
|
|
@@ -430,16 +435,16 @@ it is easy to add an option to extend the import screen.</li>
|
|
|
430
435
|
</ul>
|
|
431
436
|
</div>
|
|
432
437
|
<div class="section" id="changelog">
|
|
433
|
-
<
|
|
438
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Changelog</a></h2>
|
|
434
439
|
<div class="section" id="section-1">
|
|
435
|
-
<
|
|
440
|
+
<h3><a class="toc-backref" href="#toc-entry-4">13.0.1.0.0 (2019-12-20)</a></h3>
|
|
436
441
|
<ul class="simple">
|
|
437
442
|
<li>[MIGRATION] from 12.0 branched at rev. a7f8031</li>
|
|
438
443
|
</ul>
|
|
439
444
|
</div>
|
|
440
445
|
</div>
|
|
441
446
|
<div class="section" id="bug-tracker">
|
|
442
|
-
<
|
|
447
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
|
|
443
448
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/queue/issues">GitHub Issues</a>.
|
|
444
449
|
In case of trouble, please check there if your issue has already been reported.
|
|
445
450
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -447,16 +452,16 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
447
452
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
448
453
|
</div>
|
|
449
454
|
<div class="section" id="credits">
|
|
450
|
-
<
|
|
455
|
+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
|
|
451
456
|
<div class="section" id="authors">
|
|
452
|
-
<
|
|
457
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
|
|
453
458
|
<ul class="simple">
|
|
454
459
|
<li>Akretion</li>
|
|
455
460
|
<li>ACSONE SA/NV</li>
|
|
456
461
|
</ul>
|
|
457
462
|
</div>
|
|
458
463
|
<div class="section" id="contributors">
|
|
459
|
-
<
|
|
464
|
+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
|
|
460
465
|
<p>Sébastien Beau (Akretion) authored the initial prototype.</p>
|
|
461
466
|
<p>Stéphane Bidoul (ACSONE) extended it to version 1.0 to support
|
|
462
467
|
multi-line records, store data to import as attachments
|
|
@@ -481,11 +486,11 @@ and let the user control the asynchronous behaviour.</p>
|
|
|
481
486
|
</ul>
|
|
482
487
|
</div>
|
|
483
488
|
<div class="section" id="other-credits">
|
|
484
|
-
<
|
|
489
|
+
<h3><a class="toc-backref" href="#toc-entry-9">Other credits</a></h3>
|
|
485
490
|
<p>The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp</p>
|
|
486
491
|
</div>
|
|
487
492
|
<div class="section" id="maintainers">
|
|
488
|
-
<
|
|
493
|
+
<h3><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h3>
|
|
489
494
|
<p>This module is maintained by the OCA.</p>
|
|
490
495
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
491
496
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -498,5 +503,6 @@ promote its widespread use.</p>
|
|
|
498
503
|
</div>
|
|
499
504
|
</div>
|
|
500
505
|
</div>
|
|
506
|
+
</div>
|
|
501
507
|
</body>
|
|
502
508
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-base_import_async
|
|
3
|
-
Version: 16.0.1.2.
|
|
3
|
+
Version: 16.0.1.2.1
|
|
4
4
|
Summary: Import CSV files in the background
|
|
5
5
|
Home-page: https://github.com/OCA/queue
|
|
6
6
|
Author: Akretion, ACSONE SA/NV, Odoo Community Association (OCA)
|
|
@@ -15,6 +15,10 @@ Requires-Python: >=3.10
|
|
|
15
15
|
Requires-Dist: odoo-addon-queue-job<16.1dev,>=16.0dev
|
|
16
16
|
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
17
17
|
|
|
18
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
19
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
20
|
+
:alt: Odoo Community Association
|
|
21
|
+
|
|
18
22
|
===================
|
|
19
23
|
Asynchronous Import
|
|
20
24
|
===================
|
|
@@ -24,13 +28,13 @@ Asynchronous Import
|
|
|
24
28
|
!! This file is generated by oca-gen-addon-readme !!
|
|
25
29
|
!! changes will be overwritten. !!
|
|
26
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
|
-
!! source digest: sha256:
|
|
31
|
+
!! source digest: sha256:0ef944fdadf93d3fd797edb12785e8afdbc6d2443ecd5b37efb9f5da61c9eb4e
|
|
28
32
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
33
|
|
|
30
34
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
31
35
|
:target: https://odoo-community.org/page/development-status
|
|
32
36
|
:alt: Production/Stable
|
|
33
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
37
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
34
38
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
35
39
|
:alt: License: AGPL-3
|
|
36
40
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
odoo/addons/base_import_async/README.rst,sha256=
|
|
1
|
+
odoo/addons/base_import_async/README.rst,sha256=1Rai5URMVpgmBjyHLoBR0-Rf43Lsvbn4vi5NzKgeklw,5227
|
|
2
2
|
odoo/addons/base_import_async/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
|
|
3
|
-
odoo/addons/base_import_async/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/base_import_async/__manifest__.py,sha256=JluhzACdOcJnIwMeZdCicL60IDikpx-wXnZCRAH2ek4,843
|
|
4
4
|
odoo/addons/base_import_async/data/queue_job_function_data.xml,sha256=khU0A8VUGwDbK7LqPRE2FUxDVhrkrlmdMw1tn63FsuQ,1077
|
|
5
5
|
odoo/addons/base_import_async/i18n/base_import_async.pot,sha256=nwOsvZ7eHAHGNxc1s0iuMmjFlr5Xi-4FqmmLns1pJLI,2050
|
|
6
6
|
odoo/addons/base_import_async/i18n/es.po,sha256=4pquZPN4cwoNJULxAPDDNgOO4bagakEJw7QRyU-QHHM,2774
|
|
7
7
|
odoo/addons/base_import_async/i18n/it.po,sha256=4WklbHLMT1sb8MfShTBaQQTP4Ruz1HpVi1PfTrbXuUc,2736
|
|
8
8
|
odoo/addons/base_import_async/i18n/tr.po,sha256=8S22-20MIS33QBY6BX2u_Cw3dpMVt1Atq_Q5t_qLqaU,3091
|
|
9
9
|
odoo/addons/base_import_async/models/__init__.py,sha256=O_Ai1JLN-RrWSSWZmCSu_fZ4kq-2nJiBEWOjerAN6Qo,123
|
|
10
|
-
odoo/addons/base_import_async/models/base_import_import.py,sha256=
|
|
10
|
+
odoo/addons/base_import_async/models/base_import_import.py,sha256=6RXT9PG05N3akqaMjuhJKQDjW0kPlaZJ7vS_7c2Vjwc,7255
|
|
11
11
|
odoo/addons/base_import_async/models/queue_job.py,sha256=EqqBGroTGnMoIpMBeO6a3C4hE9XIR6_ShHSylOk_kLI,539
|
|
12
12
|
odoo/addons/base_import_async/readme/CONTRIBUTORS.rst,sha256=u4L_ZT4Sx_MJVwndUIjR2JvTK9StCd30CdlRJTg0qC4,524
|
|
13
13
|
odoo/addons/base_import_async/readme/CREDITS.rst,sha256=XtPazYj6oqxvg62KjKqErJ8pssTcghFavMtYTDMOozc,87
|
|
@@ -16,10 +16,10 @@ odoo/addons/base_import_async/readme/HISTORY.rst,sha256=T6aa_cvCBaKeznUBeElAxpkZ
|
|
|
16
16
|
odoo/addons/base_import_async/readme/ROADMAP.rst,sha256=H7QLRKOuskOesnFfIjHKIEyrZr10TSA4hbJlDnZwpS4,243
|
|
17
17
|
odoo/addons/base_import_async/readme/USAGE.rst,sha256=5Ftjm8p8wuAbkWftGQKFHgJNhJlo0AAC95D6FR79o14,1171
|
|
18
18
|
odoo/addons/base_import_async/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
19
|
-
odoo/addons/base_import_async/static/description/index.html,sha256=
|
|
19
|
+
odoo/addons/base_import_async/static/description/index.html,sha256=U2rI2cjt_cTNw6mTpZjc7vXD74FspsIr6xvdvBaePP4,15970
|
|
20
20
|
odoo/addons/base_import_async/static/src/js/import.js,sha256=LWkEcNmEPPcjS61Bs8vbwkhFvYPGG5hPeIErb6uXZmM,997
|
|
21
21
|
odoo/addons/base_import_async/static/src/xml/import.xml,sha256=67ASHYXFlGUnbJ1SxHLOlcLFIwuhisGVJw5buYP7JQc,706
|
|
22
|
-
odoo_addon_base_import_async-16.0.1.2.
|
|
23
|
-
odoo_addon_base_import_async-16.0.1.2.
|
|
24
|
-
odoo_addon_base_import_async-16.0.1.2.
|
|
25
|
-
odoo_addon_base_import_async-16.0.1.2.
|
|
22
|
+
odoo_addon_base_import_async-16.0.1.2.1.dist-info/METADATA,sha256=isbkOYxURGz647KbjierE3iUAYygEHvrzrxEHA5Ofg4,5868
|
|
23
|
+
odoo_addon_base_import_async-16.0.1.2.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
24
|
+
odoo_addon_base_import_async-16.0.1.2.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
25
|
+
odoo_addon_base_import_async-16.0.1.2.1.dist-info/RECORD,,
|
|
File without changes
|