-
-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information
1 parent
bcd89a6
commit f40e6f6
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ Other contributors include: | |
* Guewen Baconnier (Camptocamp) | ||
* `Trobz <https://trobz.com>`_: | ||
* Dzung Tran <[email protected]> | ||
* Daniel Duque (FactorLibre) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters