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 28, 2024

  1. Configuration menu
    Copy the full SHA
    18219d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a9dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d33fcc9 View commit details
    Browse the repository at this point in the history
  4. [IMP] slightly improve README

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

    sbidoul authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    52a4352 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 28, 2024
    Configuration menu
    Copy the full SHA
    be79ba2 View commit details
    Browse the repository at this point in the history
  7. [IMP] OpenERP -> Odoo in comments

    sbidoul authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f340fcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d951f0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff6b631 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea10594 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 28, 2024
    Configuration menu
    Copy the full SHA
    d8f3586 View commit details
    Browse the repository at this point in the history
  12. Add bug tracker link on README.rst

    yvaucher authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1fc8669 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 28, 2024
    Configuration menu
    Copy the full SHA
    dcc7eae 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 28, 2024
    Configuration menu
    Copy the full SHA
    1470932 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 28, 2024
    Configuration menu
    Copy the full SHA
    57e5312 View commit details
    Browse the repository at this point in the history
  16. [MIG] Make modules uninstallable

    pedrobaeza authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8deda99 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 28, 2024
    Configuration menu
    Copy the full SHA
    8392c0a View commit details
    Browse the repository at this point in the history
  18. Update base_import_async.py

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

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

    sbidoul authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d862023 View commit details
    Browse the repository at this point in the history
  22. [MIG] Make modules uninstallable

    pedrobaeza authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    54160a7 View commit details
    Browse the repository at this point in the history
  23. [MIG] Rename manifest files

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

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

    danieltorres7 authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f52533f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c757956 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    62f39cc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    007ec31 View commit details
    Browse the repository at this point in the history
  29. [IMP] Processed review

    tarteo authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4b241b0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6f82da1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f601115 View commit details
    Browse the repository at this point in the history
  32. Set modules as uninstallable

    guewen authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3aeb04f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    01b4f4a View commit details
    Browse the repository at this point in the history
  34. Migrate base_import_async to 12.0

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

    guewen authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f195df3 View commit details
    Browse the repository at this point in the history
  36. 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 28, 2024
    Configuration menu
    Copy the full SHA
    f860ba1 View commit details
    Browse the repository at this point in the history
  37. 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 28, 2024
    Configuration menu
    Copy the full SHA
    14b0340 View commit details
    Browse the repository at this point in the history
  38. [ADD] icon.png

    OCA-git-bot authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    44e82fa View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    27aafd0 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0afe0d7 View commit details
    Browse the repository at this point in the history
  41. Apply suggestions from code review

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

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

    Laurent-Corron authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    75be013 View commit details
    Browse the repository at this point in the history
  44. base_import_async 13.0.1.0.1

    OCA-git-bot authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    395372c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    ea11b80 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f3fa0ed View commit details
    Browse the repository at this point in the history
  47. base_import_async 13.0.2.0.0

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

    - set module uninstallable
    - add new .dot file config for v14
    sebastienbeau authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    423684f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c2eca3c View commit details
    Browse the repository at this point in the history
  50. base_import_async 14.0.1.0.1

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

    guewen authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    46cd68a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    e85ecf7 View commit details
    Browse the repository at this point in the history
  53. 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 28, 2024
    Configuration menu
    Copy the full SHA
    6bffea0 View commit details
    Browse the repository at this point in the history
  54. [IMP] update dotfiles [ci skip]

    OCA-git-bot authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    dec4d0b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ad2b474 View commit details
    Browse the repository at this point in the history
  56. base_import_async 14.0.1.0.2

    OCA-git-bot authored and xaviedoanhduy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    59b7d02 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    21c9230 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6d64018 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    c61bb4e View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1fe1d9f View commit details
    Browse the repository at this point in the history
  61. 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 28, 2024
    Configuration menu
    Copy the full SHA
    4809441 View commit details
    Browse the repository at this point in the history
  62. [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 28, 2024
    Configuration menu
    Copy the full SHA
    aeaa256 View commit details
    Browse the repository at this point in the history
  63. [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 28, 2024
    Configuration menu
    Copy the full SHA
    6dbbf65 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    a986f96 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    666e284 View commit details
    Browse the repository at this point in the history
  66. 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 28, 2024
    Configuration menu
    Copy the full SHA
    be18197 View commit details
    Browse the repository at this point in the history
  67. 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 28, 2024
    Configuration menu
    Copy the full SHA
    55f3c4c View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    59adbb2 View commit details
    Browse the repository at this point in the history
  69. 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 28, 2024
    Configuration menu
    Copy the full SHA
    052d434 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    d452c04 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    ea24ccf View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    038c1a3 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    4fefb21 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    a50da34 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    0bc3ef9 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    f643ad5 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    ca4ebd2 View commit details
    Browse the repository at this point in the history