Skip to content

Conversation

@ArtiomKichojalSAMSAIT
Copy link

Summary of Changes
The following changes have been made:

  1. discuss.py
    ❌ Removed deprecated import: from odoo.tools.translate import _
    ✅ Replaced _("...") with self.env._("...")

  2. mail_thread.py
    ❌ Removed deprecated import: from odoo import _, ...
    ✅ Replaced _("...") with self.env._("...")

  3. CREDITS.md
    ✅ Removed reference to past migration financing (15.0 to 16.0 by Camptocamp)
    File is now empty (compliant with OCA migration guidelines)

  4. file_uploader.esm.js
    ✅ Reordered imports alphabetically

  5. requirements.txt
    ✅ New file created with extract_msg dependency

@gurneyalex
Copy link
Member

/ocabot migration mail_drop_target

@OCA-git-bot OCA-git-bot added this to the 19.0 milestone Oct 30, 2025
@OCA-git-bot OCA-git-bot mentioned this pull request Oct 30, 2025
32 tasks
@OCA OCA deleted a comment from OCA-git-bot Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants