Commit Graph

11 Commits (f95b3bdea32d44bf28ba6f465a07003301b4c6f5)

Author SHA1 Message Date
Sergio Zanchetta f95b3bdea3 Translated using Weblate (Italian)
Currently translated at 86.0% (74 of 86 strings)

Translation: server-tools-14.0/server-tools-14.0-auto_backup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-auto_backup/it/
2023-12-01 16:50:51 +01:00
Sergio Zanchetta ae79f7b14e Translated using Weblate (Italian)
Currently translated at 80.2% (69 of 86 strings)

Translation: server-tools-14.0/server-tools-14.0-auto_backup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-auto_backup/it/
2023-12-01 16:50:51 +01:00
simonev 651500ca38 [FIX] Tests with mock 2023-12-01 16:50:51 +01:00
David Alonso // Solvos 230890d127 [IMP] auto_backup: black, isort, prettier 2023-12-01 16:50:51 +01:00
Bole b6176b2c83 Translated using Weblate (Croatian)
Currently translated at 51.2% (41 of 80 strings)

Translation: server-tools-12.0/server-tools-12.0-auto_backup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-auto_backup/hr/
2023-12-01 16:50:51 +01:00
Aitor Bouzas 73c4e9147b [MIG] auto_backup: Migration to 12.0
Added test coverage
Added requirements.txt for pysftp
Added in the roadmap the exact version of pysftp for this to work (0.2.8)
Added in the roadmap the problem with list_db=False
Adapted calls to message_post
2023-12-01 16:50:51 +01:00
Stéphane Bidoul (ACSONE) 37e1664a08 [FIX] syntax error in nl.po 2023-12-01 16:50:51 +01:00
Andrea 56f1564f2a [11.0][MIG] auto_backup 2023-12-01 16:50:51 +01:00
Andrea Stirpe cc77768e03 Fix icon Test SFTP Connection (#825) 2023-12-01 16:50:51 +01:00
David Beal 4d82d1f52a [FIX] logger db_backup for pysftp (#419) 2023-12-01 16:50:51 +01:00
Alessio Gerace 23c62612bd Open FTP session on the last moment possible
Used to open  fp = open(file_path,'wb') a few lines before it was needed. This shouldn't be too much of a problem but opening and closing it right after eachother keeps the session open for less time and there are less chances on failure.
2023-12-01 16:50:51 +01:00