Skip to content

Commit

Permalink
[MIG] mail_cleanup: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardoalso committed Jan 15, 2025
1 parent cb2407c commit a313d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mail_cleanup/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Mail cleanup",
"version": "14.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Tools",
"summary": "Mark as read or delete mails after a set time",
"author": "Camptocamp, " "Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion mail_cleanup/i18n/mail_cleanup.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
2 changes: 1 addition & 1 deletion mail_cleanup/views/mail_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="name">inherit_fetchmail_for cleanup</field>
<field name="model">fetchmail.server</field>
<!--parent python entity -->
<field name="inherit_id" ref="fetchmail.view_email_server_form" />
<field name="inherit_id" ref="mail.view_email_server_form" />
<!-- modulename.view -->
<field name="arch" type="xml">
<field name="is_ssl" position="after">
Expand Down

0 comments on commit a313d0b

Please sign in to comment.