[MIG] auto_backup: Migration to 16.0

pull/3180/head
tafaRU 2023-09-11 14:21:02 +02:00 committed by Christian-RB
parent 6078243836
commit dec4b2d16e
3 changed files with 16 additions and 46 deletions

View File

@ -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"]},
}

View File

@ -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"

View File

@ -6,3 +6,4 @@
* Aitor Bouzas <aitor.bouzas@adaptivecity.com>
* Simone Vanin <simone.vanin@agilebg.com>
* Vu Nguyen Anh <vuna2004@gmail.com>
* Alex Comba <alex.comba@agilebg.com>