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] mail_tracking: Migration to 18.0 #1476

Draft
wants to merge 106 commits into
base: 18.0
Choose a base branch
from

Commits on Oct 10, 2024

  1. [8.0][ADD] mail_tracking addon (OCA#67)

    * [ADD] mail_tracking addon
    
    * Add description icon
    
    * Fixes remarked
    
    * Fix Travis error
    
    * Remarks fixed
    antespi authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    196c6a1 View commit details
    Browse the repository at this point in the history
  2. [8.0][IMP][mail_tracking] Speed installation time and discard concurr…

    …ent events (OCA#82)
    
    [IMP] mail_tracking: Speed installation time, discard concurrent events and other fixes
    antespi authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    54f4f76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a232c6 View commit details
    Browse the repository at this point in the history
  4. [MIG] mail_tracking

    * Improve tests
    * Show trackings even if partner removed
    * Disable CSRF protection to webhooks controllers
    antespi authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    defd3c8 View commit details
    Browse the repository at this point in the history
  5. [FIX] mail_tracking: Typo

    pedrobaeza authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3b9aac8 View commit details
    Browse the repository at this point in the history
  6. [MIG] Make modules uninstallable

    pedrobaeza authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9b53b4b View commit details
    Browse the repository at this point in the history
  7. [MIG] mail_tracking: Migrated to 10.0

    bouvyd authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    27569cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33ebccb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63dac84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    edd7af3 View commit details
    Browse the repository at this point in the history
  11. [8.0][FIX][mail_tracking] Use event recipient address to find partner…

    …s and contacts to bounce (OCA#133)
    antespi authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f48a77f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b9eb4c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e9878c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    51429ed View commit details
    Browse the repository at this point in the history
  15. [FIX] mail_tracking: Obtain outgoing server with sudo

    As regular users can't access this object.
    pedrobaeza authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c9343c4 View commit details
    Browse the repository at this point in the history
  16. [IMP] Shut mock exceptions up

    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2add73a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bfb1e36 View commit details
    Browse the repository at this point in the history
  18. [FIX] mail_tracking: bugfixes (OCA#199)

    * [FIX] Only one data-odoo-tracking-email tag in each email
    * [FIX] Get status even in multicompany instances
    antespi authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a727b92 View commit details
    Browse the repository at this point in the history
  19. IMP mail_tracking performances

    On our server,
    queries based on "mail_tracking_event"."tracking_email_id" improved from 501,924 ms to 1,840 ms
    queries based on "mail_tracking_email"."mail_message_id" improved from 167,436 ms to 3,223 ms
    
    The last ones are run several times when a thread has many messages
    eLBati authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2c457f5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f742ef3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    34439fb View commit details
    Browse the repository at this point in the history
  22. Translated using Weblate (French) [ci skip]

    Currently translated at 100.0% (82 of 82 strings)
    
    Translation: social-11.0/social-11.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/fr/
    didierdonze authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6918556 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4b01aa2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d640c90 View commit details
    Browse the repository at this point in the history
  25. [IMP] mail_tracking: Put button box at the end of the view

    For giving more priority to other buttons like the invoices one.
    pedrobaeza authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    47d4555 View commit details
    Browse the repository at this point in the history
  26. Translated using Weblate (Catalan)

    Currently translated at 96.3% (79 of 82 strings)
    
    Translation: social-11.0/social-11.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/ca/
    eduardgm authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3b81690 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d71f571 View commit details
    Browse the repository at this point in the history
  28. [FIX] mail_tracking: Don't call write inside other write

    Or infinite recursions will happen on other `write` overwrites, like the one that happens
    on `mass_mailing_partner`.
    pedrobaeza authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    982d855 View commit details
    Browse the repository at this point in the history
  29. [IMP] mail_tracking: Cc

    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f06ff90 View commit details
    Browse the repository at this point in the history
  30. [MIG] mail_tracking: Adapt Cc to 12.0

    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ae43ac1 View commit details
    Browse the repository at this point in the history
  31. [FIX] Bug {TypeError: dict.message.hasEmailCc is not a function} duri…

    …ng the creation of a new document.
    EgorSummer authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9204938 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b64720f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f107894 View commit details
    Browse the repository at this point in the history
  34. [FIX] mail_tracking: Show correctly blank image

    Bad P2 > P3 conversion
    pedrobaeza authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1f75b3a View commit details
    Browse the repository at this point in the history
  35. Translated using Weblate (Spanish)

    Currently translated at 33.3% (29 of 87 strings)
    
    Translation: social-12.0/social-12.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_tracking/es/
    eduardgm authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    50a6fdd View commit details
    Browse the repository at this point in the history
  36. [IMP] mail_tracking: mail.thread filter for tracking errors

    - Any model inheriting from mail.thread will have a filter available to
    obtain records with errors in their messages trackings.
    - The messages can be marked as done to avoid false positives when the
    issues are solved.
    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b66240a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1290890 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a385673 View commit details
    Browse the repository at this point in the history
  39. [IMP] mail_tracking: translations

    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a727ee7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e7f07ff View commit details
    Browse the repository at this point in the history
  41. [FIX] mail_tracking: Refresh thread widget when sets a message as rev…

    …iewed
    
    Previous this commit, failed messages widget data wasn't updated properly when you
    set as reviewed/retry the last message displayed.
    
    This commit resolve the problem and improves the "set as reviewed" action to avoid
    multi-user inconsistencies (don't toggle the value).
    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    807140c View commit details
    Browse the repository at this point in the history
  42. [IMP] mail_tracking: black, isort

    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4ffc1f9 View commit details
    Browse the repository at this point in the history
  43. [MIG] mail_tracking: Migration to 13.0

    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0c29ece View commit details
    Browse the repository at this point in the history
  44. [FIX] mail_tracking: Changed injection method for 'failed_message_ids…

    …' field
    
    Before this commit, some methods with views crashes trying to
    process 'failed_message_ids' field.
    After this commit the 'failed_message_ids' field description
    is properly generated.
    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7b4e684 View commit details
    Browse the repository at this point in the history
  45. [FIX] mail_tracking: do not warn not found if already opened

    The state will be 'opened' after first time email is opened. Each
    successive open triggered warning, because state was already 'opened'
    and thus did not match domain state in (sent, delivered).
    
    Forward-port #d9ad3464
    ruuter authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    98bffd3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2a10d6b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1fcaaf2 View commit details
    Browse the repository at this point in the history
  48. [IMP] mail_tracking: Ignore catchall

    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1c16e4c View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    8bf405f View commit details
    Browse the repository at this point in the history
  50. [FIX] mail_tracking

    When a user try to resend message gets an error stating that it's only allowed for users who belong to the Administration/Settings group
    nmadhoc authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a7dd05e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2cfb9e8 View commit details
    Browse the repository at this point in the history
  52. [IMP] mail_tracking: Discuss failed messages: Button and domain + Onl…

    …y show confirmation if needed
    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e93aa1b View commit details
    Browse the repository at this point in the history
  53. [FIX] mail_tracking: Store cc

    Tardo authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    08c1434 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c06f727 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    3dfbaad View commit details
    Browse the repository at this point in the history
  56. [14.0][MIG] mail_tracking

    SimoneVagile authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8509cea View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    01dab3c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    471c308 View commit details
    Browse the repository at this point in the history
  59. [FIX] mail_tracking: Added restriction on email search.

    A filter_domain was added in the sender and recipient fields to be able to handle a more specific filter when using mail tracking.
    angelJuaGar authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e41a079 View commit details
    Browse the repository at this point in the history
  60. [FIX] Change operator to 'ilike'

    JorgeQuinteros authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b776bd2 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    d0e61a9 View commit details
    Browse the repository at this point in the history
  62. [FIX] mail_tracking: use recipient_address to search emails

    This commits is using the field recipient_address in filter of search view
    of mail.tracking.email in order to use the same field used in computed
    method:
    
    https://github.com/OCA/social/blob/147eda96a56c199602c619b5bac3a9911605e918/mail_tracking/models/res_partner.py#L27
    fernandahf authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    450b57a View commit details
    Browse the repository at this point in the history
  63. [FIX] mail_tracking: change order of inheritance and use return

    Currently when a invoice view is reload in browser or through native
    redirections, an error is raised:
    
    ```
    Traceback:
    TypeError: Cannot read properties of undefined (reading 'id')
    at Function.convertData [as _super] (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:5768:118)
    at Function.convertData (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6651:335)
    at Function.Class. (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6478:107)
    at Function.convertData (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:7779:403)
    at Function.Class. (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6478:107)
    at Function.convertData (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:7818:353)
    at Function.Class. (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6478:107)
    at Function.convertData (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:12197:435)
    at Function.Class. (https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:6478:107)
    at https://t50084-053-islamicrelief140.dev.irc.deployv.com/web/content/1819726-9a8777a/web.assets_backend.js:5790:359
    ```
    
    That is because an inheritance wrong, which breaks the flow of start of model
    `messaging` and causes that messages execute before the init of var `messaging`.
    fernandahf authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    234035e View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    5cee30b View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6e15d40 View commit details
    Browse the repository at this point in the history
  66. [FIX] mail_tracking: mixed classes

    In migration OCA#873 the classes DiscussController and MailController which
    are the result of an upstream functionality split are merge altogether
    in this module override causing undesired side effects in other modules
    trying to extend those (i.e.: portal)
    
    TT41432
    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    baace5d View commit details
    Browse the repository at this point in the history
  67. [IMP] mail_tracking_mailgun: mass mailing manual tracking

    Mass mailing are tracked from mail.trace as the don't store a message in
    the db. In order to gather the message_id and be able to do manual
    checks to mailgun, that's the table where we should get the message id.
    
    TT40816
    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9162698 View commit details
    Browse the repository at this point in the history
  68. [FIX] mail_tracking: process sent events

    Up until now, the `sent` event type was never processed, probably because it "made no sense", as an unsent email would never trigger an event.
    
    However, it makes sense to process it because you may have a local relay that transmits mails over to the mail provider. In those circumstances, you should have 2 "sent" events (one from the relay and another one from the provider).
    
    Also marked some useless parts of code for removal.
    
    @Tecnativa TT32365
    Jairo Llopis authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8257a23 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    bc416c4 View commit details
    Browse the repository at this point in the history
  70. [FIX] mail_tracking: permissions

    Refine which mail tracking record is allowed to see. We can rely on the
    ACLs of the related records so we minimize inconvenient message subject
    leaks.
    
    A regular user can read these mail.tracking.email records:
    
    - Those with a linked mail.message that the user can read
    - Those with a linked mail.mail that the user can read
    - Those with no message/mail link but a linked partner that the user can
    read.
    - Those with no linked records.
    
    TT31399
    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5a5a689 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    5068770 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    0d46ade View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    1c48387 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    d7fab2d View commit details
    Browse the repository at this point in the history
  75. [UPD] Update mail_tracking.pot

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

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: social-15.0/social-15.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_tracking/
    weblate authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    de52acb View commit details
    Browse the repository at this point in the history
  77. Translated using Weblate (Italian)

    Currently translated at 29.8% (34 of 114 strings)
    
    Translation: social-15.0/social-15.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_tracking/it/
    francesco-ooops authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2fb2213 View commit details
    Browse the repository at this point in the history
  78. Fix mail tracking bounce notification not logged

    This is to resolve the following issue:
    
    * OCA#1121
    TDu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cd3d0e3 View commit details
    Browse the repository at this point in the history
  79. [FIX] mail_tracking: thread permissions

    If a user tries to read a thread on a record and one message is from a
    partner on which he has no permissions, there will be an exception as
    this method tries to fetch info from such partner.
    
    TT43075
    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cee4ef9 View commit details
    Browse the repository at this point in the history
  80. [FIX] mail_tracking: allowed trackings compute

    In the forward port of the permission check, a column was dropped from
    the tuple, but the following code wasn't adapted to the new tuple
    length. For clarity sake we also name the tuple unpacking into proper
    variables.
    
    TT43453
    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a3c8ddf View commit details
    Browse the repository at this point in the history
  81. [IMP] mail_tracking: New config parameter to disable the tracking image

    - As the tracker img in the body is currently also used to set the
      X-Odoo-MailTracking-ID mail header we can remove the tag only
      after this is done
    - Added tests to check for the presence and absence of the tracking
      image tag depending on the new configuration parameter
    dhx authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cd125e2 View commit details
    Browse the repository at this point in the history
  82. [FIX] mail_tracking: failed messages in thread

    - Recover the failed messages box in the mail.thread
    - Fix failed message box template issues
    - Remove dead code
    - Fix send_email() method signature
    - Fix patch methods js files paths
    - Update roadmap
    
    TT44683
    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a39dd2f View commit details
    Browse the repository at this point in the history
  83. [MIG] mail_tracking: Migration to 16.0

    filoquin authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8dac92f View commit details
    Browse the repository at this point in the history
  84. [MIG] mail_tracking: Completed migration to 16.0

    The following changes were implemented:
    
    1 - Added Failed Message component and related components to reuse the
        Message component when rendering failed messages. This allows us to
        dispose of the messagefailed JS model altogether, since failed messages
        are now just regular messages that were marked as failed.
    
    2 - Added Owl reactivity to failed message actions so that browser does
        not have to be reloaded each time a message is marked as reviewed or
        resent.
    
    3 - Fixed 'Retry' and 'Set as reviewed' flows for failed messages.
    
    4 - Fixed `Failed sent messages` filter on models by overriding `get_view`
        instead of `_fields_view_get`
    
    5 - Refactored folder structure to more closely resemble the `mail`
        module's folder structure.
    
    6 - Refactored module to utilize `Command` as a means to create, write,
        etc. instead of `[0, ...]`, `[4, ...]`.
    
    7 - Fixed and added unit tests.
    
    8 - Removed dead/unused code from `v15`.
    payen000 authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1f5aaf4 View commit details
    Browse the repository at this point in the history
  85. Translated using Weblate (Spanish)

    Currently translated at 100.0% (125 of 125 strings)
    
    Translation: social-16.0/social-16.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/es/
    Ivorra78 authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    10e0a48 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    a943274 View commit details
    Browse the repository at this point in the history
  87. Translated using Weblate (Italian)

    Currently translated at 27.2% (34 of 125 strings)
    
    Translation: social-16.0/social-16.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/it/
    mymage authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8dc01bd View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    d7ad257 View commit details
    Browse the repository at this point in the history
  89. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 82.4% (103 of 125 strings)
    
    Translation: social-16.0/social-16.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/pt_BR/
    adrianojprado authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    82da3dd View commit details
    Browse the repository at this point in the history
  90. Translated using Weblate (Italian)

    Currently translated at 29.8% (34 of 114 strings)
    
    Translation: social-15.0/social-15.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_tracking/it/
    mymage authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7e59260 View commit details
    Browse the repository at this point in the history
  91. Translated using Weblate (French)

    Currently translated at 100.0% (125 of 125 strings)
    
    Translation: social-16.0/social-16.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking/fr/
    vincent-hatakeyama authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5d53268 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    7887a5b View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    8b76617 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    df5e46d View commit details
    Browse the repository at this point in the history
  95. [MIG] mail_tracking: Migration to 17.0

    TT49060
    chienandalu authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2e77ed9 View commit details
    Browse the repository at this point in the history
  96. [UPD] Update mail_tracking.pot

    oca-ci authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e4a3ea3 View commit details
    Browse the repository at this point in the history
  97. [BOT] post-merge updates

    OCA-git-bot authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d832daf View commit details
    Browse the repository at this point in the history
  98. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: social-17.0/social-17.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_tracking/
    weblate authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cb6a40c View commit details
    Browse the repository at this point in the history
  99. Translated using Weblate (Italian)

    Currently translated at 100.0% (128 of 128 strings)
    
    Translation: social-17.0/social-17.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_tracking/it/
    mymage authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    46fd9c3 View commit details
    Browse the repository at this point in the history
  100. [UPD] Update mail_tracking.pot

    oca-ci authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1250a02 View commit details
    Browse the repository at this point in the history
  101. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: social-17.0/social-17.0-mail_tracking
    Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_tracking/
    weblate authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b404006 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    d72b1e1 View commit details
    Browse the repository at this point in the history
  103. mail_tracking: add garbage collection

    Add autovacuum to mail_tracking_email that removes old records based on new configuration variable mail_tracking_email_max_age_days.
    Due to possibly a large number of records to be deleted on first run, set a default limit of 5000 per run.
    henrybackman authored and trisdoan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b204171 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    69d984d View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    f9e9dbd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    794a168 View commit details
    Browse the repository at this point in the history