[MIG] auto_backup: Migration to 16.0

pull/2712/head
tafaRU 2023-09-11 14:21:02 +02:00
parent 43989e7d0e
commit 7dcc0b3fb6
2 changed files with 3 additions and 2 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

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