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

[17.0][MIG] base_import_async: Migration to V17 #681

Open
wants to merge 87 commits into
base: 17.0
Choose a base branch
from

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    6a53217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce9c7c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20910e6 View commit details
    Browse the repository at this point in the history
  4. [IMP] slightly improve README

    sbidoul authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    de257d4 View commit details
    Browse the repository at this point in the history
  5. [IMP] add comma in README

    sbidoul authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6288597 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    65993ef View commit details
    Browse the repository at this point in the history
  7. [IMP] OpenERP -> Odoo in comments

    sbidoul authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fba1dda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af559b2 View commit details
    Browse the repository at this point in the history
  9. [IMP] base_import_async: update README

    sbidoul authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eea1e8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c21b45b 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dbd8895 View commit details
    Browse the repository at this point in the history
  12. Add bug tracker link on README.rst

    yvaucher authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    119f0ad 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f80d9ca 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9a10689 View commit details
    Browse the repository at this point in the history
  15. [UPD] prefix versions with 8.0

    sbidoul authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1e1d5a2 View commit details
    Browse the repository at this point in the history
  16. [MIG] Make modules uninstallable

    pedrobaeza authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d8e779f 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    015c904 View commit details
    Browse the repository at this point in the history
  18. Update base_import_async.py

    OdooMod authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8a3f563 View commit details
    Browse the repository at this point in the history
  19. Update base_import_async.py

    OdooMod authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6b23059 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7dae067 View commit details
    Browse the repository at this point in the history
  21. migrate javascript

    sbidoul authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9683ddf View commit details
    Browse the repository at this point in the history
  22. [MIG] Make modules uninstallable

    pedrobaeza authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3436610 View commit details
    Browse the repository at this point in the history
  23. [MIG] Rename manifest files

    pedrobaeza authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9843a13 View commit details
    Browse the repository at this point in the history
  24. Porting to new API

    danieltorres7 authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fc53c4b View commit details
    Browse the repository at this point in the history
  25. Whitespace

    danieltorres7 authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9a8ed10 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7b6ee78 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3250525 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9926b50 View commit details
    Browse the repository at this point in the history
  29. [IMP] Processed review

    tarteo authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1406a8b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8e467ed View commit details
    Browse the repository at this point in the history
  31. [UPD] README.rst

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d2f225c View commit details
    Browse the repository at this point in the history
  32. [MIG] Make modules uninstallable

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    38b1d52 View commit details
    Browse the repository at this point in the history
  33. Set modules as uninstallable

    guewen authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d585ff0 View commit details
    Browse the repository at this point in the history
  34. Run pre-commit with black, isort, ...

    guewen authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fd698ac View commit details
    Browse the repository at this point in the history
  35. Migrate base_import_async to 12.0

    guewen authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6cd85a1 View commit details
    Browse the repository at this point in the history
  36. Add OCA development status

    guewen authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eec720f View commit details
    Browse the repository at this point in the history
  37. 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f034b2d View commit details
    Browse the repository at this point in the history
  38. 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    63f2ace View commit details
    Browse the repository at this point in the history
  39. [UPD] Update base_import_async.pot

    oca-travis authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    01369d1 View commit details
    Browse the repository at this point in the history
  40. [UPD] README.rst

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3dc2b5e View commit details
    Browse the repository at this point in the history
  41. [ADD] icon.png

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6fbf86a View commit details
    Browse the repository at this point in the history
  42. [IMP] base_import_async: black, isort

    guewen authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4ae6554 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    da8428e View commit details
    Browse the repository at this point in the history
  44. Apply suggestions from code review

    Co-Authored-By: Sébastien Alix <[email protected]>
    2 people authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6fa3340 View commit details
    Browse the repository at this point in the history
  45. [UPD] Update base_import_async.pot

    oca-travis authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    91f138e View commit details
    Browse the repository at this point in the history
  46. [UPD] README.rst

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8155149 View commit details
    Browse the repository at this point in the history
  47. pre-commit update

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bb21477 View commit details
    Browse the repository at this point in the history
  48. [FIX] base_import_async error message

    Laurent-Corron authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    18b93db View commit details
    Browse the repository at this point in the history
  49. base_import_async 13.0.1.0.1

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8d0bfc4 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    32af96a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    4f751f7 View commit details
    Browse the repository at this point in the history
  52. [UPD] README.rst

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3e0dfcf View commit details
    Browse the repository at this point in the history
  53. base_import_async 13.0.2.0.0

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8a119c1 View commit details
    Browse the repository at this point in the history
  54. [MIG] init V14 repo

    - set module uninstallable
    - add new .dot file config for v14
    sebastienbeau authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    242ae24 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    76c2542 View commit details
    Browse the repository at this point in the history
  56. [UPD] Update base_import_async.pot

    oca-travis authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dd3e4a4 View commit details
    Browse the repository at this point in the history
  57. [UPD] README.rst

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3ccc8ca View commit details
    Browse the repository at this point in the history
  58. base_import_async 14.0.1.0.1

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2888ba5 View commit details
    Browse the repository at this point in the history
  59. Set modules as uninstallable

    guewen authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2bda20f View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    8ea189a View commit details
    Browse the repository at this point in the history
  61. 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c4cc2e3 View commit details
    Browse the repository at this point in the history
  62. [IMP] update dotfiles [ci skip]

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a2cab4d View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    3dababe View commit details
    Browse the repository at this point in the history
  64. base_import_async 14.0.1.0.2

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b82f651 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6780e08 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    3dcaf96 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    3bcbfe2 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    89d7c71 View commit details
    Browse the repository at this point in the history
  69. [UPD] Update base_import_async.pot

    oca-ci authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    be2585d View commit details
    Browse the repository at this point in the history
  70. [UPD] README.rst

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7bc1c09 View commit details
    Browse the repository at this point in the history
  71. 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    520b954 View commit details
    Browse the repository at this point in the history
  72. [UPD] README.rst

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    694d3eb View commit details
    Browse the repository at this point in the history
  73. [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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    845cab2 View commit details
    Browse the repository at this point in the history
  74. [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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8ffb028 View commit details
    Browse the repository at this point in the history
  75. oca-github-bot post-merge updates

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8adec3b View commit details
    Browse the repository at this point in the history
  76. [BOT] post-merge updates

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a6135dc View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    74eb9ac View commit details
    Browse the repository at this point in the history
  78. 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a24190d View commit details
    Browse the repository at this point in the history
  79. 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5ec3ace View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    7a05080 View commit details
    Browse the repository at this point in the history
  81. 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 Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e414b44 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    a3c8702 View commit details
    Browse the repository at this point in the history
  83. [BOT] post-merge updates

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f7ff55f View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    899309c View commit details
    Browse the repository at this point in the history
  85. [BOT] post-merge updates

    OCA-git-bot authored and Wodran14 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eef1849 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    bf4ffa1 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    fb27984 View commit details
    Browse the repository at this point in the history