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_multi_image: Migration to 17.0 #3063

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

Commits on Oct 9, 2024

  1. Split model in abstract & concrete.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d8f10e2 View commit details
    Browse the repository at this point in the history
  2. Extend model example.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    792da07 View commit details
    Browse the repository at this point in the history
  3. Tenames and typos.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    65269eb View commit details
    Browse the repository at this point in the history
  4. No default value for storage.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c0c7a6b View commit details
    Browse the repository at this point in the history
  5. Do not require a name.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    219d526 View commit details
    Browse the repository at this point in the history
  6. Add sequence to images.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e82911c View commit details
    Browse the repository at this point in the history
  7. Reduce methods.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0fac767 View commit details
    Browse the repository at this point in the history
  8. Cache images' URL.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a6cf136 View commit details
    Browse the repository at this point in the history
  9. Remove wrong copyright.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    db9a1c6 View commit details
    Browse the repository at this point in the history
  10. Add known issues section.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9882b24 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d00da97 View commit details
    Browse the repository at this point in the history
  12. [MIG][9.0] base_multi_image

    atchuthan authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c361a50 View commit details
    Browse the repository at this point in the history
  13. [FIX] base_multi_image - New storage backend 'Filestore' to link an e…

    …xisting attachment record + Fix the 'pre_init_hook_for_submodules()' hook to extract the images from the ir_attachment table for binary fields initialized with the 'attachment=True' parameter
    sebalix authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a712268 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e59c7af View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0714171 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    18019fc View commit details
    Browse the repository at this point in the history
  17. [FIX] base_multi_image - Fix method name

    sebalix authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2ec9bb8 View commit details
    Browse the repository at this point in the history
  18. Use v9 ormcache.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f20555d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    30b769c View commit details
    Browse the repository at this point in the history
  20. Add uninstall hook to avoid garbage images hanging around after submo…

    …dule is uninstalled.
    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cbeb359 View commit details
    Browse the repository at this point in the history
  21. Raise version.

    yajo authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    489f34d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    25b4794 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d051cbe View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    638628c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f92fe51 View commit details
    Browse the repository at this point in the history
  26. [MIG] Make modules uninstallable

    pedrobaeza authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4fb7547 View commit details
    Browse the repository at this point in the history
  27. [MIG] Rename manifest files

    pedrobaeza authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7724c74 View commit details
    Browse the repository at this point in the history
  28. base_multi_image: Fix hook example * Add uninstall hook import to Rea…

    …dme example * Only except for ImportError * Fix note regarding need of hook use
    lasley authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3ba334f View commit details
    Browse the repository at this point in the history
  29. [MIG] base_multi_image: Upgrade to v10

    * Update openerp to odoo
    * Bump versions
    * Installable to True
    lasley authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b7f8364 View commit details
    Browse the repository at this point in the history
  30. [FIX] base_multi_image: Adhere to image delete bypass

    * Add catch in owner unlink to allow for image delete bypass via context
    lasley authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a5dbd5a View commit details
    Browse the repository at this point in the history
  31. [FIX] base_multi_image: Use env in uninstall_hook (OCA#677)

    * [FIX] base_multi_image: Use env in uninstall_hook
    lasley authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e1719f6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7343516 View commit details
    Browse the repository at this point in the history
  33. [10.0] [IMP] base_multi_image: improve uninstall hook (OCA#1286)

    improve uninstall hook to move images from multi to single mode
    FFernandez-PlanetaTIC authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    88cd9cb View commit details
    Browse the repository at this point in the history
  34. [MIG] base_multi_image: Migration to 12.0

    Vladislav Shepilov authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d202c9f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c90841d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7724ba5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3e67a7f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    55100e7 View commit details
    Browse the repository at this point in the history
  39. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: server-tools-14.0/server-tools-14.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_multi_image/es_AR/
    ibuioli authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a6b716f View commit details
    Browse the repository at this point in the history
  40. [15.0][MIG] base_multi_image

    flachica authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d352b58 View commit details
    Browse the repository at this point in the history
  41. [UPD] Update base_multi_image.pot

    oca-ci authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    04ad6a8 View commit details
    Browse the repository at this point in the history
  42. [UPD] README.rst

    OCA-git-bot authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f3181b6 View commit details
    Browse the repository at this point in the history
  43. Translated using Weblate (Italian)

    Currently translated at 58.3% (28 of 48 strings)
    
    Translation: server-tools-15.0/server-tools-15.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_multi_image/it/
    mymage authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a6df65a View commit details
    Browse the repository at this point in the history
  44. Translated using Weblate (Slovenian)

    Currently translated at 64.5% (31 of 48 strings)
    
    Translation: server-tools-15.0/server-tools-15.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_multi_image/sl/
    sysadminmatmoz authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9b0a69a View commit details
    Browse the repository at this point in the history
  45. Translated using Weblate (Italian)

    Currently translated at 58.3% (28 of 48 strings)
    
    Translation: server-tools-15.0/server-tools-15.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_multi_image/it/
    mymage authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    990d351 View commit details
    Browse the repository at this point in the history
  46. Translated using Weblate (Italian)

    Currently translated at 58.3% (28 of 48 strings)
    
    Translation: server-tools-15.0/server-tools-15.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_multi_image/it/
    mymage authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    06cbdb5 View commit details
    Browse the repository at this point in the history
  47. [UPD] README.rst

    OCA-git-bot authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    42c7a9c View commit details
    Browse the repository at this point in the history
  48. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: server-tools-15.0/server-tools-15.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_multi_image/
    weblate authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    de57401 View commit details
    Browse the repository at this point in the history
  49. Translated using Weblate (Spanish)

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: server-tools-15.0/server-tools-15.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_multi_image/es/
    Ivorra78 authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9c40986 View commit details
    Browse the repository at this point in the history
  50. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: server-tools-15.0/server-tools-15.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_multi_image/es_AR/
    ibuioli authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1904fce View commit details
    Browse the repository at this point in the history
  51. Translated using Weblate (Italian)

    Currently translated at 58.3% (28 of 48 strings)
    
    Translation: server-tools-15.0/server-tools-15.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_multi_image/it/
    mymage authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    18698b2 View commit details
    Browse the repository at this point in the history
  52. [MIG] base_multi_image: Migration to 16.0

    Fecha:     Fri Apr 11 13:31:40 2023 +0200
    Autor:     clb_openfire
    IJOL authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b3bd158 View commit details
    Browse the repository at this point in the history
  53. [UPD] base_multi_image removed unused params, revamped post_init_hook…

    …_for_submodules to not use image_ids
    IJOL authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    870d466 View commit details
    Browse the repository at this point in the history
  54. [UPD] Update base_multi_image.pot

    oca-ci authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9774790 View commit details
    Browse the repository at this point in the history
  55. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: server-tools-16.0/server-tools-16.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_multi_image/
    weblate authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5b70e47 View commit details
    Browse the repository at this point in the history
  56. Translated using Weblate (Italian)

    Currently translated at 100.0% (33 of 33 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-base_multi_image
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_multi_image/it/
    mymage authored and psugne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a85061b View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    1ec17dc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    3db9d25 View commit details
    Browse the repository at this point in the history
  2. [IMP] pre-commit adjustments

    psugne committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    46088c6 View commit details
    Browse the repository at this point in the history