From dec4b2d16e9f48f7517468a2665ef2240e9bd8cc Mon Sep 17 00:00:00 2001 From: tafaRU Date: Mon, 11 Sep 2023 14:21:02 +0200 Subject: [PATCH] [MIG] auto_backup: Migration to 16.0 --- auto_backup/__manifest__.py | 4 +- auto_backup/i18n/auto_backup.pot | 57 +++++++---------------------- auto_backup/readme/CONTRIBUTORS.rst | 1 + 3 files changed, 16 insertions(+), 46 deletions(-) diff --git a/auto_backup/__manifest__.py b/auto_backup/__manifest__.py index 1ca292e8d..8c731aa7f 100644 --- a/auto_backup/__manifest__.py +++ b/auto_backup/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Database Auto-Backup", "summary": "Backups database", - "version": "15.0.1.0.1", + "version": "16.0.1.0.0", "author": "Yenthe Van Ginneken, " "Agile Business Group, " "Grupo ESOC Ingenieria de Servicios, " @@ -24,5 +24,5 @@ "view/db_backup_view.xml", ], "installable": True, - "external_dependencies": {"python": ["pysftp", "cryptography==2.6.1"]}, + "external_dependencies": {"python": ["pysftp", "cryptography"]}, } diff --git a/auto_backup/i18n/auto_backup.pot b/auto_backup/i18n/auto_backup.pot index 685927955..4226d8a8a 100644 --- a/auto_backup/i18n/auto_backup.pot +++ b/auto_backup/i18n/auto_backup.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 15.0\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -57,7 +57,6 @@ msgstr "" #. module: auto_backup #: model:ir.actions.server,name:auto_backup.ir_cron_backup_scheduler_0_ir_actions_server #: model:ir.cron,cron_name:auto_backup.ir_cron_backup_scheduler_0 -#: model:ir.cron,name:auto_backup.ir_cron_backup_scheduler_0 msgid "Backup Scheduler" msgstr "" @@ -83,16 +82,6 @@ msgstr "" msgid "Cannot duplicate a configuration." msgstr "" -#. module: auto_backup -#: model:ir.model.fields,field_description:auto_backup.field_db_backup__changeset_change_ids -msgid "Changeset Changes" -msgstr "" - -#. module: auto_backup -#: model:ir.model.fields,field_description:auto_backup.field_db_backup__changeset_ids -msgid "Changesets" -msgstr "" - #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup__backup_format msgid "Choose the format for this backup." @@ -104,33 +93,26 @@ msgid "Choose the storage method for this backup." msgstr "" #. module: auto_backup +#. odoo-python #: code:addons/auto_backup/models/db_backup.py:0 #, python-format msgid "Cleanup of old database backups failed." msgstr "" #. module: auto_backup +#. odoo-python #: code:addons/auto_backup/models/db_backup.py:0 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: auto_backup +#. odoo-python #: code:addons/auto_backup/models/db_backup.py:0 #, python-format msgid "Connection Test Succeeded!" msgstr "" -#. module: auto_backup -#: model:ir.model.fields,field_description:auto_backup.field_db_backup__count_pending_changeset_changes -msgid "Count Pending Changeset Changes" -msgstr "" - -#. module: auto_backup -#: model:ir.model.fields,field_description:auto_backup.field_db_backup__count_pending_changesets -msgid "Count Pending Changesets" -msgstr "" - #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup__create_uid msgid "Created by" @@ -147,6 +129,7 @@ msgid "Database Backup" msgstr "" #. module: auto_backup +#. odoo-python #: code:addons/auto_backup/models/db_backup.py:0 #: model:mail.message.subtype,description:auto_backup.mail_message_subtype_failure #, python-format @@ -154,6 +137,7 @@ msgid "Database backup failed." msgstr "" #. module: auto_backup +#. odoo-python #: code:addons/auto_backup/models/db_backup.py:0 #: model:mail.message.subtype,description:auto_backup.mail_message_subtype_success #, python-format @@ -171,6 +155,7 @@ msgid "Display Name" msgstr "" #. module: auto_backup +#. odoo-python #: code:addons/auto_backup/models/db_backup.py:0 #, python-format msgid "" @@ -229,7 +214,6 @@ msgstr "" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup__message_needaction -#: model:ir.model.fields,help:auto_backup.field_db_backup__message_unread msgid "If checked, new messages require your attention." msgstr "" @@ -301,7 +285,7 @@ msgstr "" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup__message_needaction_counter -msgid "Number of messages which requires an action" +msgid "Number of messages requiring action" msgstr "" #. module: auto_backup @@ -309,11 +293,6 @@ msgstr "" msgid "Number of messages with delivery error" msgstr "" -#. module: auto_backup -#: model:ir.model.fields,help:auto_backup.field_db_backup__message_unread_counter -msgid "Number of unread messages" -msgstr "" - #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup__sftp_private_key msgid "" @@ -368,6 +347,11 @@ msgid "" "generated." msgstr "" +#. module: auto_backup +#: model:ir.model.fields,field_description:auto_backup.field_db_backup__smart_search +msgid "Smart Search" +msgstr "" + #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup__name msgid "Summary of this backup process" @@ -403,16 +387,6 @@ msgid "" " on the external server." msgstr "" -#. module: auto_backup -#: model:ir.model.fields,field_description:auto_backup.field_db_backup__message_unread -msgid "Unread Messages" -msgstr "" - -#. module: auto_backup -#: model:ir.model.fields,field_description:auto_backup.field_db_backup__message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: auto_backup #: model_terms:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "" @@ -420,11 +394,6 @@ msgid "" "you specify." msgstr "" -#. module: auto_backup -#: model:ir.model.fields,field_description:auto_backup.field_db_backup__user_can_see_changeset -msgid "User Can See Changeset" -msgstr "" - #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup__sftp_user msgid "Username in the SFTP Server" diff --git a/auto_backup/readme/CONTRIBUTORS.rst b/auto_backup/readme/CONTRIBUTORS.rst index e7cdbc74a..bac3ca7b1 100644 --- a/auto_backup/readme/CONTRIBUTORS.rst +++ b/auto_backup/readme/CONTRIBUTORS.rst @@ -6,3 +6,4 @@ * Aitor Bouzas * Simone Vanin * Vu Nguyen Anh +* Alex Comba