Skip to content
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

Open
wants to merge 77 commits into
base: 18.0
Choose a base branch
from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    cd7edd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d2d791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    372b878 View commit details
    Browse the repository at this point in the history
  4. [IMP] slightly improve README

    sbidoul authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6eab185 View commit details
    Browse the repository at this point in the history
  5. [IMP] add comma in README

    sbidoul authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1a4172f View commit details
    Browse the repository at this point in the history
  6. 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.
    gurneyalex authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    679209b View commit details
    Browse the repository at this point in the history
  7. [IMP] OpenERP -> Odoo in comments

    sbidoul authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    debb2c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    718810a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cac5d2a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc56bdf View commit details
    Browse the repository at this point in the history
  11. 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'.
    guewen authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    365f0c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    260ff94 View commit details
    Browse the repository at this point in the history
  13. Replace deprecated functions

    Shortcut methods session.create(), session.write(), session.browse(),
    session.search() should now be directly called on session.env['model']
    guewen authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9854954 View commit details
    Browse the repository at this point in the history
  14. Remove call to install_in_connector()

    The function has been deprecated in
    OCA/connector@6e3ab38
    guewen authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    41453f7 View commit details
    Browse the repository at this point in the history
  15. [UPD] prefix versions with 8.0

    sbidoul authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2d8e9f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    91d53de View commit details
    Browse the repository at this point in the history
  17. [FIX] Fix new/old api compatibility

    api decorator only recognize 'res_id' or 'id' as keyword args
    lmignon authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ac1a922 View commit details
    Browse the repository at this point in the history
  18. Update base_import_async.py

    OdooMod authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6bf0945 View commit details
    Browse the repository at this point in the history
  19. Update base_import_async.py

    OdooMod authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    997fe55 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a076084 View commit details
    Browse the repository at this point in the history
  21. migrate javascript

    sbidoul authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d377127 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dee0d85 View commit details
    Browse the repository at this point in the history
  23. [MIG] Rename manifest files

    pedrobaeza authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    256d579 View commit details
    Browse the repository at this point in the history
  24. Porting to new API

    danieltorres7 authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    28541c6 View commit details
    Browse the repository at this point in the history
  25. Whitespace

    danieltorres7 authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1ed8109 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0886e45 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    97a8073 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5836a74 View commit details
    Browse the repository at this point in the history
  29. [IMP] Processed review

    tarteo authored and xaviedoanhduy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6c1566b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    50ddcca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f67bf View commit details
    Browse the repository at this point in the history
  3. Set modules as uninstallable

    guewen authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    17d20f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b87d9d9 View commit details
    Browse the repository at this point in the history
  5. Migrate base_import_async to 12.0

    guewen authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f3f76c6 View commit details
    Browse the repository at this point in the history
  6. Add OCA development status

    guewen authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3d3933c View commit details
    Browse the repository at this point in the history
  7. 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.
    guewen authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    49cb956 View commit details
    Browse the repository at this point in the history
  8. 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.
    guewen authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4ef0d74 View commit details
    Browse the repository at this point in the history
  9. [ADD] icon.png

    OCA-git-bot authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    68a31c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69e8c7c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bfd82a View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-Authored-By: Sébastien Alix <[email protected]>
    2 people authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b557eff View commit details
    Browse the repository at this point in the history
  13. pre-commit update

    OCA-git-bot authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fb29990 View commit details
    Browse the repository at this point in the history
  14. [FIX] base_import_async error message

    Laurent-Corron authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1d8801b View commit details
    Browse the repository at this point in the history
  15. base_import_async 13.0.1.0.1

    OCA-git-bot authored and xaviedoanhduy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    27a5445 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    381c4ad View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    029cbea View commit details
    Browse the repository at this point in the history
  2. base_import_async 13.0.2.0.0

    OCA-git-bot authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7372a8b View commit details
    Browse the repository at this point in the history
  3. [MIG] init V14 repo

    - set module uninstallable
    - add new .dot file config for v14
    sebastienbeau authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    19b4ce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5686c1b View commit details
    Browse the repository at this point in the history
  5. base_import_async 14.0.1.0.1

    OCA-git-bot authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0a30c28 View commit details
    Browse the repository at this point in the history
  6. Set modules as uninstallable

    guewen authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    57c3c23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14376c1 View commit details
    Browse the repository at this point in the history
  8. 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/
    francesco-ooops authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fbe133f View commit details
    Browse the repository at this point in the history
  9. [IMP] update dotfiles [ci skip]

    OCA-git-bot authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ff975c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d784326 View commit details
    Browse the repository at this point in the history
  11. base_import_async 14.0.1.0.2

    OCA-git-bot authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4f4d3cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2eecb38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a75ed6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4a3f3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    707a651 View commit details
    Browse the repository at this point in the history
  16. Update translation files

    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/
    weblate authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    57e6b83 View commit details
    Browse the repository at this point in the history
  17. [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.
    danielduqma authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9d958a4 View commit details
    Browse the repository at this point in the history
  18. [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.
    marielejeune authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5237a69 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5074501 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9177859 View commit details
    Browse the repository at this point in the history
  21. 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/
    asierneiradev authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    31974cb View commit details
    Browse the repository at this point in the history
  22. Update translation files

    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/
    weblate authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8a8beb6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b8ab698 View commit details
    Browse the repository at this point in the history
  24. 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/
    mymage authored and xaviedoanhduy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e159e95 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f7a1045 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0461249 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d206377 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    af35cd4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e404e7e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2c597d0 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    18815aa View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ed176ab View commit details
    Browse the repository at this point in the history