-
-
Notifications
You must be signed in to change notification settings - Fork 461
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
[18.0][MIG] base_import_async: Migration to 18.0 #699
base: 18.0
Are you sure you want to change the base?
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18219d5 - Browse repository at this point
Copy the full SHA 18219d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a9dc1 - Browse repository at this point
Copy the full SHA 18a9dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d33fcc9 - Browse repository at this point
Copy the full SHA d33fcc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5f7e8 - Browse repository at this point
Copy the full SHA 1d5f7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a4352 - Browse repository at this point
Copy the full SHA 52a4352View 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 be79ba2 - Browse repository at this point
Copy the full SHA be79ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f340fcc - Browse repository at this point
Copy the full SHA f340fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d951f0a - Browse repository at this point
Copy the full SHA d951f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6b631 - Browse repository at this point
Copy the full SHA ff6b631View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea10594 - Browse repository at this point
Copy the full SHA ea10594View 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 d8f3586 - Browse repository at this point
Copy the full SHA d8f3586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc8669 - Browse repository at this point
Copy the full SHA 1fc8669View 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 dcc7eae - Browse repository at this point
Copy the full SHA dcc7eaeView 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 1470932 - Browse repository at this point
Copy the full SHA 1470932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e5312 - Browse repository at this point
Copy the full SHA 57e5312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8deda99 - Browse repository at this point
Copy the full SHA 8deda99View 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 8392c0a - Browse repository at this point
Copy the full SHA 8392c0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6564148 - Browse repository at this point
Copy the full SHA 6564148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8384196 - Browse repository at this point
Copy the full SHA 8384196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2085617 - Browse repository at this point
Copy the full SHA 2085617View commit details -
Configuration menu - View commit details
-
Copy full SHA for d862023 - Browse repository at this point
Copy the full SHA d862023View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54160a7 - Browse repository at this point
Copy the full SHA 54160a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e345a85 - Browse repository at this point
Copy the full SHA e345a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6636c62 - Browse repository at this point
Copy the full SHA 6636c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52533f - Browse repository at this point
Copy the full SHA f52533fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c757956 - Browse repository at this point
Copy the full SHA c757956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f39cc - Browse repository at this point
Copy the full SHA 62f39ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 007ec31 - Browse repository at this point
Copy the full SHA 007ec31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b241b0 - Browse repository at this point
Copy the full SHA 4b241b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f82da1 - Browse repository at this point
Copy the full SHA 6f82da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f601115 - Browse repository at this point
Copy the full SHA f601115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aeb04f - Browse repository at this point
Copy the full SHA 3aeb04fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b4f4a - Browse repository at this point
Copy the full SHA 01b4f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9bd01 - Browse repository at this point
Copy the full SHA 9d9bd01View commit details -
Configuration menu - View commit details
-
Copy full SHA for f195df3 - Browse repository at this point
Copy the full SHA f195df3View 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 f860ba1 - Browse repository at this point
Copy the full SHA f860ba1View 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 14b0340 - Browse repository at this point
Copy the full SHA 14b0340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e82fa - Browse repository at this point
Copy the full SHA 44e82faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27aafd0 - Browse repository at this point
Copy the full SHA 27aafd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0afe0d7 - Browse repository at this point
Copy the full SHA 0afe0d7View commit details -
Apply suggestions from code review
Co-Authored-By: Sébastien Alix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5250ef - Browse repository at this point
Copy the full SHA b5250efView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f7ed5 - Browse repository at this point
Copy the full SHA d0f7ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75be013 - Browse repository at this point
Copy the full SHA 75be013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395372c - Browse repository at this point
Copy the full SHA 395372cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea11b80 - Browse repository at this point
Copy the full SHA ea11b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3fa0ed - Browse repository at this point
Copy the full SHA f3fa0edView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2bcd5 - Browse repository at this point
Copy the full SHA bd2bcd5View commit details -
- set module uninstallable - add new .dot file config for v14
Configuration menu - View commit details
-
Copy full SHA for 423684f - Browse repository at this point
Copy the full SHA 423684fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2eca3c - Browse repository at this point
Copy the full SHA c2eca3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6f365 - Browse repository at this point
Copy the full SHA ac6f365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46cd68a - Browse repository at this point
Copy the full SHA 46cd68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e85ecf7 - Browse repository at this point
Copy the full SHA e85ecf7View 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 6bffea0 - Browse repository at this point
Copy the full SHA 6bffea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec4d0b - Browse repository at this point
Copy the full SHA dec4d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad2b474 - Browse repository at this point
Copy the full SHA ad2b474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b7d02 - Browse repository at this point
Copy the full SHA 59b7d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c9230 - Browse repository at this point
Copy the full SHA 21c9230View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d64018 - Browse repository at this point
Copy the full SHA 6d64018View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61bb4e - Browse repository at this point
Copy the full SHA c61bb4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe1d9f - Browse repository at this point
Copy the full SHA 1fe1d9fView 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 4809441 - Browse repository at this point
Copy the full SHA 4809441View 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 aeaa256 - Browse repository at this point
Copy the full SHA aeaa256View 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 6dbbf65 - Browse repository at this point
Copy the full SHA 6dbbf65View commit details -
Configuration menu - View commit details
-
Copy full SHA for a986f96 - Browse repository at this point
Copy the full SHA a986f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666e284 - Browse repository at this point
Copy the full SHA 666e284View 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 be18197 - Browse repository at this point
Copy the full SHA be18197View 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 55f3c4c - Browse repository at this point
Copy the full SHA 55f3c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59adbb2 - Browse repository at this point
Copy the full SHA 59adbb2View 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 052d434 - Browse repository at this point
Copy the full SHA 052d434View commit details -
Configuration menu - View commit details
-
Copy full SHA for d452c04 - Browse repository at this point
Copy the full SHA d452c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea24ccf - Browse repository at this point
Copy the full SHA ea24ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 038c1a3 - Browse repository at this point
Copy the full SHA 038c1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fefb21 - Browse repository at this point
Copy the full SHA 4fefb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50da34 - Browse repository at this point
Copy the full SHA a50da34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc3ef9 - Browse repository at this point
Copy the full SHA 0bc3ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f643ad5 - Browse repository at this point
Copy the full SHA f643ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4ebd2 - Browse repository at this point
Copy the full SHA ca4ebd2View commit details