odoo-addon-base-import-async 16.0.1.0.1__py3-none-any.whl → 16.0.1.1.0__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.
@@ -7,7 +7,7 @@ Asynchronous Import
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:ba6e1092d74ec19044e16c248dacdc81545318f515e9679e0a62feedea95a46d
10
+ !! source digest: sha256:e6374e585a643e2892d54c4838b3f74b861287f684624698d9028349bb33d8cd
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -124,6 +124,7 @@ Other contributors include:
124
124
  * Guewen Baconnier (Camptocamp)
125
125
  * `Trobz <https://trobz.com>`_:
126
126
  * Dzung Tran <dungtd@trobz.com>
127
+ * Daniel Duque (FactorLibre)
127
128
 
128
129
  Other credits
129
130
  ~~~~~~~~~~~~~
@@ -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.0.1",
8
+ "version": "16.0.1.1.0",
9
9
  "author": "Akretion, ACSONE SA/NV, Odoo Community Association (OCA)",
10
10
  "license": "AGPL-3",
11
11
  "website": "https://github.com/OCA/queue",
@@ -14,3 +14,4 @@ Other contributors include:
14
14
  * Guewen Baconnier (Camptocamp)
15
15
  * `Trobz <https://trobz.com>`_:
16
16
  * Dzung Tran <dungtd@trobz.com>
17
+ * Daniel Duque (FactorLibre)
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:ba6e1092d74ec19044e16c248dacdc81545318f515e9679e0a62feedea95a46d
370
+ !! source digest: sha256:e6374e585a643e2892d54c4838b3f74b861287f684624698d9028349bb33d8cd
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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>
373
373
  <p>This module extends the standard CSV import functionality
@@ -477,6 +477,7 @@ and let the user control the asynchronous behaviour.</p>
477
477
  </dd>
478
478
  </dl>
479
479
  </li>
480
+ <li>Daniel Duque (FactorLibre)</li>
480
481
  </ul>
481
482
  </div>
482
483
  <div class="section" id="other-credits">
@@ -7,7 +7,11 @@
7
7
  after splitting your file in small chunks that will be processed independently.
8
8
  Use this to import very large files."
9
9
  >
10
- <input type="checkbox" class="form-check-input" id="oe_import_queue" />
10
+ <input
11
+ type="checkbox"
12
+ class="oe_import_queue form-check-input"
13
+ id="oe_import_queue"
14
+ />
11
15
  <label for="oe_import_queue">Import in the background</label>
12
16
  </div>
13
17
  </t>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-base-import-async
3
- Version: 16.0.1.0.1
3
+ Version: 16.0.1.1.0
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)
@@ -25,7 +25,7 @@ Asynchronous Import
25
25
  !! This file is generated by oca-gen-addon-readme !!
26
26
  !! changes will be overwritten. !!
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
- !! source digest: sha256:ba6e1092d74ec19044e16c248dacdc81545318f515e9679e0a62feedea95a46d
28
+ !! source digest: sha256:e6374e585a643e2892d54c4838b3f74b861287f684624698d9028349bb33d8cd
29
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
30
 
31
31
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -142,6 +142,7 @@ Other contributors include:
142
142
  * Guewen Baconnier (Camptocamp)
143
143
  * `Trobz <https://trobz.com>`_:
144
144
  * Dzung Tran <dungtd@trobz.com>
145
+ * Daniel Duque (FactorLibre)
145
146
 
146
147
  Other credits
147
148
  ~~~~~~~~~~~~~
@@ -1,23 +1,23 @@
1
- odoo/addons/base_import_async/README.rst,sha256=cWVsH4P49n3pNSrT9bk2G0b5yVge4xOPde4kyUHrzEg,5033
1
+ odoo/addons/base_import_async/README.rst,sha256=2GgSlKAQzysbql_QD5gk0SZofFtq_iIFk5SnoRXF5SE,5062
2
2
  odoo/addons/base_import_async/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
3
- odoo/addons/base_import_async/__manifest__.py,sha256=q6DkRyTYaftLfuty8B7mZZqbVO6Bo6v2XzpjKXoNbLI,843
3
+ odoo/addons/base_import_async/__manifest__.py,sha256=e_0NqyZsG2ZIqjRuITsim2ueSp5WNO5T2LssylEJ_Do,843
4
4
  odoo/addons/base_import_async/data/queue_job_function_data.xml,sha256=MhA59cNIFz0tybIEYYfas5vIgAL7YVje26-n0EKnwVE,763
5
5
  odoo/addons/base_import_async/i18n/base_import_async.pot,sha256=nwOsvZ7eHAHGNxc1s0iuMmjFlr5Xi-4FqmmLns1pJLI,2050
6
6
  odoo/addons/base_import_async/i18n/tr.po,sha256=kKC4SZ-I034SLjmSIpCkLyUFpaiflEw_7_cCEDCBe9Y,2854
7
7
  odoo/addons/base_import_async/models/__init__.py,sha256=O_Ai1JLN-RrWSSWZmCSu_fZ4kq-2nJiBEWOjerAN6Qo,123
8
8
  odoo/addons/base_import_async/models/base_import_import.py,sha256=1nzBA32NPza6vyeuDy1tW9GPLsWOad1RG35gqC4z4-g,7225
9
9
  odoo/addons/base_import_async/models/queue_job.py,sha256=EqqBGroTGnMoIpMBeO6a3C4hE9XIR6_ShHSylOk_kLI,539
10
- odoo/addons/base_import_async/readme/CONTRIBUTORS.rst,sha256=P_tg6CPDxnRzvkgC5ThoWahhklD8P9dADdilEiobM7A,495
10
+ odoo/addons/base_import_async/readme/CONTRIBUTORS.rst,sha256=u4L_ZT4Sx_MJVwndUIjR2JvTK9StCd30CdlRJTg0qC4,524
11
11
  odoo/addons/base_import_async/readme/CREDITS.rst,sha256=XtPazYj6oqxvg62KjKqErJ8pssTcghFavMtYTDMOozc,87
12
12
  odoo/addons/base_import_async/readme/DESCRIPTION.rst,sha256=xwjUiJw_gwj_R7Rg6_W2ifcX0Nmo_2DliOBAgEkWOZQ,123
13
13
  odoo/addons/base_import_async/readme/HISTORY.rst,sha256=T6aa_cvCBaKeznUBeElAxpkZtjAwakycImWk4XjvQP8,98
14
14
  odoo/addons/base_import_async/readme/ROADMAP.rst,sha256=H7QLRKOuskOesnFfIjHKIEyrZr10TSA4hbJlDnZwpS4,243
15
15
  odoo/addons/base_import_async/readme/USAGE.rst,sha256=5Ftjm8p8wuAbkWftGQKFHgJNhJlo0AAC95D6FR79o14,1171
16
16
  odoo/addons/base_import_async/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
17
- odoo/addons/base_import_async/static/description/index.html,sha256=f59JaaT4S7AMXnBQVTW9vSjp8On0TLzVIDd7mJz-D6A,15672
17
+ odoo/addons/base_import_async/static/description/index.html,sha256=tbm_54rV6kd6NBZtYCFaNvc5s596uXVaPE4ZXOUK2vQ,15708
18
18
  odoo/addons/base_import_async/static/src/js/import.js,sha256=LWkEcNmEPPcjS61Bs8vbwkhFvYPGG5hPeIErb6uXZmM,997
19
- odoo/addons/base_import_async/static/src/xml/import.xml,sha256=9Y6yTkWWHeSSXoZoA8ZO2werfGFwPvCAskl4N1dLJts,614
20
- odoo_addon_base_import_async-16.0.1.0.1.dist-info/METADATA,sha256=JweJjPRhIOnhlceLN-KCbLRzRTWU04w-Q34Mp9Noe5g,5696
21
- odoo_addon_base_import_async-16.0.1.0.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
22
- odoo_addon_base_import_async-16.0.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
23
- odoo_addon_base_import_async-16.0.1.0.1.dist-info/RECORD,,
19
+ odoo/addons/base_import_async/static/src/xml/import.xml,sha256=67ASHYXFlGUnbJ1SxHLOlcLFIwuhisGVJw5buYP7JQc,706
20
+ odoo_addon_base_import_async-16.0.1.1.0.dist-info/METADATA,sha256=_tTyFX3lRJqFRbIlTiIgJyHj3PKu6sKp8dDIrykOkgQ,5725
21
+ odoo_addon_base_import_async-16.0.1.1.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
22
+ odoo_addon_base_import_async-16.0.1.1.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
23
+ odoo_addon_base_import_async-16.0.1.1.0.dist-info/RECORD,,