From 499fe3bbddbd206b6638df81f50d6b4a16e1b0ce Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 25 Sep 2023 06:34:20 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- base_import_async/README.rst | 3 ++- base_import_async/__manifest__.py | 2 +- base_import_async/static/description/index.html | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 137443dae5..7c903794db 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [base_export_async](base_export_async/) | 16.0.1.0.0 | | Asynchronous export with job queue -[base_import_async](base_import_async/) | 16.0.1.0.1 | | Import CSV files in the background +[base_import_async](base_import_async/) | 16.0.1.1.0 | | Import CSV files in the background [queue_job](queue_job/) | 16.0.2.5.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue [queue_job_cron](queue_job_cron/) | 16.0.1.0.0 | | Scheduled Actions as Queue Jobs [queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 16.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Run jobs without a dedicated JobRunner diff --git a/base_import_async/README.rst b/base_import_async/README.rst index 1b0bc90f84..9abb5f1944 100644 --- a/base_import_async/README.rst +++ b/base_import_async/README.rst @@ -7,7 +7,7 @@ Asynchronous Import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ba6e1092d74ec19044e16c248dacdc81545318f515e9679e0a62feedea95a46d + !! source digest: sha256:e6374e585a643e2892d54c4838b3f74b861287f684624698d9028349bb33d8cd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -124,6 +124,7 @@ Other contributors include: * Guewen Baconnier (Camptocamp) * `Trobz `_: * Dzung Tran +* Daniel Duque (FactorLibre) Other credits ~~~~~~~~~~~~~ diff --git a/base_import_async/__manifest__.py b/base_import_async/__manifest__.py index 27b29d29c6..fd6ae8fec1 100644 --- a/base_import_async/__manifest__.py +++ b/base_import_async/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Asynchronous Import", "summary": "Import CSV files in the background", - "version": "16.0.1.0.1", + "version": "16.0.1.1.0", "author": "Akretion, ACSONE SA/NV, Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/queue", diff --git a/base_import_async/static/description/index.html b/base_import_async/static/description/index.html index ecc3aa673b..12cbad83c4 100644 --- a/base_import_async/static/description/index.html +++ b/base_import_async/static/description/index.html @@ -367,7 +367,7 @@

Asynchronous Import

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ba6e1092d74ec19044e16c248dacdc81545318f515e9679e0a62feedea95a46d +!! source digest: sha256:e6374e585a643e2892d54c4838b3f74b861287f684624698d9028349bb33d8cd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/queue Translate me on Weblate Try me on Runboat

This module extends the standard CSV import functionality @@ -477,6 +477,7 @@

Contributors

+
  • Daniel Duque (FactorLibre)