-
-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][MIG] base_import_async: Migration to V17 #681
base: 17.0
Are you sure you want to change the base?
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a53217 - Browse repository at this point
Copy the full SHA 6a53217View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9c7c6 - Browse repository at this point
Copy the full SHA ce9c7c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20910e6 - Browse repository at this point
Copy the full SHA 20910e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for de257d4 - Browse repository at this point
Copy the full SHA de257d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6288597 - Browse repository at this point
Copy the full SHA 6288597View commit details -
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
Configuration menu - View commit details
-
Copy full SHA for 65993ef - Browse repository at this point
Copy the full SHA 65993efView commit details -
Configuration menu - View commit details
-
Copy full SHA for fba1dda - Browse repository at this point
Copy the full SHA fba1ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for af559b2 - Browse repository at this point
Copy the full SHA af559b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for eea1e8a - Browse repository at this point
Copy the full SHA eea1e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c21b45b - Browse repository at this point
Copy the full SHA c21b45bView commit details -
base_import_async: allow to set the base priority
In the options of an import. This option is too technical to be displayed on the frontend, but the wizard can be called with the option. It is useful when we have to run several imports one after the other and the 'other' has dependencies on the 'one'.
Configuration menu - View commit details
-
Copy full SHA for dbd8895 - Browse repository at this point
Copy the full SHA dbd8895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119f0ad - Browse repository at this point
Copy the full SHA 119f0adView commit details -
Shortcut methods session.create(), session.write(), session.browse(), session.search() should now be directly called on session.env['model']
Configuration menu - View commit details
-
Copy full SHA for f80d9ca - Browse repository at this point
Copy the full SHA f80d9caView commit details -
Remove call to install_in_connector()
The function has been deprecated in OCA/connector@6e3ab38
Configuration menu - View commit details
-
Copy full SHA for 9a10689 - Browse repository at this point
Copy the full SHA 9a10689View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e1d5a2 - Browse repository at this point
Copy the full SHA 1e1d5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e779f - Browse repository at this point
Copy the full SHA d8e779fView commit details -
[FIX] Fix new/old api compatibility
api decorator only recognize 'res_id' or 'id' as keyword args
Configuration menu - View commit details
-
Copy full SHA for 015c904 - Browse repository at this point
Copy the full SHA 015c904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3f563 - Browse repository at this point
Copy the full SHA 8a3f563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b23059 - Browse repository at this point
Copy the full SHA 6b23059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dae067 - Browse repository at this point
Copy the full SHA 7dae067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9683ddf - Browse repository at this point
Copy the full SHA 9683ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3436610 - Browse repository at this point
Copy the full SHA 3436610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9843a13 - Browse repository at this point
Copy the full SHA 9843a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc53c4b - Browse repository at this point
Copy the full SHA fc53c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8ed10 - Browse repository at this point
Copy the full SHA 9a8ed10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6ee78 - Browse repository at this point
Copy the full SHA 7b6ee78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3250525 - Browse repository at this point
Copy the full SHA 3250525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9926b50 - Browse repository at this point
Copy the full SHA 9926b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1406a8b - Browse repository at this point
Copy the full SHA 1406a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e467ed - Browse repository at this point
Copy the full SHA 8e467edView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f225c - Browse repository at this point
Copy the full SHA d2f225cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b1d52 - Browse repository at this point
Copy the full SHA 38b1d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for d585ff0 - Browse repository at this point
Copy the full SHA d585ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd698ac - Browse repository at this point
Copy the full SHA fd698acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd85a1 - Browse repository at this point
Copy the full SHA 6cd85a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec720f - Browse repository at this point
Copy the full SHA eec720fView commit details -
Exit the import screen after importing file in async
When calling super, the super method would fail with a 'state machine' error, appearing confusingly as a CORS error client side. We do not have to call super when we delayed import asynchronously, as anyway the 'super' call would send an inaccurate confirmation notification and exit.
Configuration menu - View commit details
-
Copy full SHA for f034b2d - Browse repository at this point
Copy the full SHA f034b2dView commit details -
Set default values for encoding and separator
Import of Excel files do not set these options, although the keys are in the dict. Courtesy of @GSLabIt for finding the issue and solution.
Configuration menu - View commit details
-
Copy full SHA for 63f2ace - Browse repository at this point
Copy the full SHA 63f2aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01369d1 - Browse repository at this point
Copy the full SHA 01369d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc2b5e - Browse repository at this point
Copy the full SHA 3dc2b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fbf86a - Browse repository at this point
Copy the full SHA 6fbf86aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae6554 - Browse repository at this point
Copy the full SHA 4ae6554View commit details -
Configuration menu - View commit details
-
Copy full SHA for da8428e - Browse repository at this point
Copy the full SHA da8428eView commit details -
Apply suggestions from code review
Co-Authored-By: Sébastien Alix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fa3340 - Browse repository at this point
Copy the full SHA 6fa3340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f138e - Browse repository at this point
Copy the full SHA 91f138eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8155149 - Browse repository at this point
Copy the full SHA 8155149View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb21477 - Browse repository at this point
Copy the full SHA bb21477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b93db - Browse repository at this point
Copy the full SHA 18b93dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0bfc4 - Browse repository at this point
Copy the full SHA 8d0bfc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32af96a - Browse repository at this point
Copy the full SHA 32af96aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f751f7 - Browse repository at this point
Copy the full SHA 4f751f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0dfcf - Browse repository at this point
Copy the full SHA 3e0dfcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a119c1 - Browse repository at this point
Copy the full SHA 8a119c1View commit details -
- set module uninstallable - add new .dot file config for v14
Configuration menu - View commit details
-
Copy full SHA for 242ae24 - Browse repository at this point
Copy the full SHA 242ae24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c2542 - Browse repository at this point
Copy the full SHA 76c2542View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3e4a4 - Browse repository at this point
Copy the full SHA dd3e4a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ccc8ca - Browse repository at this point
Copy the full SHA 3ccc8caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2888ba5 - Browse repository at this point
Copy the full SHA 2888ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bda20f - Browse repository at this point
Copy the full SHA 2bda20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea189a - Browse repository at this point
Copy the full SHA 8ea189aView commit details -
Translated using Weblate (Italian)
Currently translated at 8.3% (1 of 12 strings) Translation: queue-14.0/queue-14.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-14-0/queue-14-0-base_import_async/it/
Configuration menu - View commit details
-
Copy full SHA for c4cc2e3 - Browse repository at this point
Copy the full SHA c4cc2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2cab4d - Browse repository at this point
Copy the full SHA a2cab4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dababe - Browse repository at this point
Copy the full SHA 3dababeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b82f651 - Browse repository at this point
Copy the full SHA b82f651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6780e08 - Browse repository at this point
Copy the full SHA 6780e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dcaf96 - Browse repository at this point
Copy the full SHA 3dcaf96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcbfe2 - Browse repository at this point
Copy the full SHA 3bcbfe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d7c71 - Browse repository at this point
Copy the full SHA 89d7c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for be2585d - Browse repository at this point
Copy the full SHA be2585dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc1c09 - Browse repository at this point
Copy the full SHA 7bc1c09View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: queue-16.0/queue-16.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-base_import_async/
Configuration menu - View commit details
-
Copy full SHA for 520b954 - Browse repository at this point
Copy the full SHA 520b954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 694d3eb - Browse repository at this point
Copy the full SHA 694d3ebView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 845cab2 - Browse repository at this point
Copy the full SHA 845cab2View commit details -
[FIX] base_import_async: remove default values from context when crea…
…ting the attachment. Some default values might be present in context depending on the action we came from when clicking on 'import' button. These default values are not intended to be default values for the ir.attachment record. In some cases they cause an error because a field with the same name exists on ir.attachment, as for e.g. the 'default_type'='opportunity' value present in the standard crm.lead action context.
Configuration menu - View commit details
-
Copy full SHA for 8ffb028 - Browse repository at this point
Copy the full SHA 8ffb028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adec3b - Browse repository at this point
Copy the full SHA 8adec3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6135dc - Browse repository at this point
Copy the full SHA a6135dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74eb9ac - Browse repository at this point
Copy the full SHA 74eb9acView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (9 of 9 strings) Translation: queue-16.0/queue-16.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-base_import_async/es/
Configuration menu - View commit details
-
Copy full SHA for a24190d - Browse repository at this point
Copy the full SHA a24190dView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: queue-16.0/queue-16.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-base_import_async/
Configuration menu - View commit details
-
Copy full SHA for 5ec3ace - Browse repository at this point
Copy the full SHA 5ec3aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a05080 - Browse repository at this point
Copy the full SHA 7a05080View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (9 of 9 strings) Translation: queue-16.0/queue-16.0-base_import_async Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-base_import_async/it/
Configuration menu - View commit details
-
Copy full SHA for e414b44 - Browse repository at this point
Copy the full SHA e414b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c8702 - Browse repository at this point
Copy the full SHA a3c8702View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ff55f - Browse repository at this point
Copy the full SHA f7ff55fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 899309c - Browse repository at this point
Copy the full SHA 899309cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eef1849 - Browse repository at this point
Copy the full SHA eef1849View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4ffa1 - Browse repository at this point
Copy the full SHA bf4ffa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb27984 - Browse repository at this point
Copy the full SHA fb27984View commit details