From f40e6f636566277bb2970142b9410036cf421095 Mon Sep 17 00:00:00 2001 From: Daniel Duque Date: Wed, 13 Sep 2023 11:56:46 +0200 Subject: [PATCH] [FIX] base_import_async: restore class In migration to 16.0, input class `oe_import_queue` was replaced by another one when it has to be added instead, causing the module not to work. In Javascript, input is searched by this class and it's not found, so value cannot be recovered and import is made synchronously. --- base_import_async/readme/CONTRIBUTORS.rst | 1 + base_import_async/static/src/xml/import.xml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/base_import_async/readme/CONTRIBUTORS.rst b/base_import_async/readme/CONTRIBUTORS.rst index 6360a07b98..2042b78908 100644 --- a/base_import_async/readme/CONTRIBUTORS.rst +++ b/base_import_async/readme/CONTRIBUTORS.rst @@ -14,3 +14,4 @@ Other contributors include: * Guewen Baconnier (Camptocamp) * `Trobz `_: * Dzung Tran +* Daniel Duque (FactorLibre) diff --git a/base_import_async/static/src/xml/import.xml b/base_import_async/static/src/xml/import.xml index 63bb1762ca..b09b023587 100644 --- a/base_import_async/static/src/xml/import.xml +++ b/base_import_async/static/src/xml/import.xml @@ -7,7 +7,11 @@ after splitting your file in small chunks that will be processed independently. Use this to import very large files." > - +