Bole
ac501fb830
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/
5 years ago
黎伟杰
787fc5822c
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (80 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/zh_CN/
5 years ago
黎伟杰
03292f3778
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (80 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/zh_CN/
5 years ago
黎伟杰
e43af246af
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (80 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/zh_CN/
5 years ago
黎伟杰
100252a83b
Translated using Weblate (Chinese (Simplified))
Currently translated at 26.2% (21 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/zh_CN/
5 years ago
Rodrigo Macedo
0ab1bdf8ab
Translated using Weblate (Portuguese (Brazil))
Currently translated at 17.5% (14 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/pt_BR/
5 years ago
OCA-git-bot
a5e8c969e6
[UPD] README.rst
5 years ago
OCA Transbot
d03fe57274
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
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/
6 years ago
oca-travis
6b6f147192
[UPD] Update auto_backup.pot
6 years ago
Aitor Bouzas
f6908c7018
[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
6 years ago
oca-travis
4568048ac7
[UPD] Update auto_backup.pot
6 years ago
Jordi Riera
121d660697
auto_backup: allow to change the format of backup ( #1333 )
6 years ago
Pedro M. Baeza
fc677a8450
[FIX] auto_backup: Fix NL translation
6 years ago
Jos De Graeve
2e6a3333f9
Translated using Weblate (Dutch)
Currently translated at 58.2% (32 of 55 strings)
Translation: server-tools-11.0/server-tools-11.0-auto_backup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-11-0/server-tools-11-0-auto_backup/nl/
7 years ago
oca-travis
0fa2c8cb2f
[UPD] Update auto_backup.pot
7 years ago
Stéphane Bidoul (ACSONE)
31f78fbcff
[FIX] syntax error in nl.po
7 years ago
OCA Transbot
fb1344c7ca
OCA Transbot updated translations from Transifex
7 years ago
Andrea
7a32b0eddb
[11.0][MIG] auto_backup
7 years ago
Andrea Stirpe
df718157c0
Fix icon Test SFTP Connection ( #825 )
8 years ago
Lorenzo Battistini
91e4a1a5af
FIX sftp unlink path ( #767 )
8 years ago
Andrea Stirpe
b09b92fa4a
[10.0][auto_backup] Menu entry moved ( #735 )
* [10.0][auto_backup] Menu entry moved
* Update version in manifest
8 years ago
Yenthe V.G
cb67f7aba3
[auto_backup] FIX: failure type notification
Fixes https://github.com/OCA/server-tools/issues/710
8 years ago
Dave Lasley
5063b5cc81
[MIG] auto_backup: Migrate to v9
* Add self.ensure_ones
* Add test coverage
8 years ago
Stéphane Bidoul (ACSONE)
eb1ce2d6aa
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
f4a7807338
OCA Transbot updated translations from Transifex
9 years ago
David Beal
5c0ca8e271
[FIX] logger db_backup for pysftp ( #419 )
9 years ago
Javi Melendez
88ee9fca2b
[FIX] auto_backup: bad reference to field sftp_private_key ( #423 )
Bump module version to 8.0.1.0.1
9 years ago
archetipo
75b6312f3b
FIX License type
9 years ago
Jairo Llopis
0b110c3d59
[auto_backup] Refactor.
- Follow template README.
- Remove HTML README.
- Move models to models folder.
- Model and view file names follow guidelines.
- Unused methods cleanup.
- Remove unneeded `.pot` file.
- Fix permissons.
- Follow PEP8 in names everywhere.
- Set more descriptive field names.
- Disable backups for other databases, for security.
- Remove db name from generated file, for easier cleanup.
- EAFP logic everywhere.
- More descriptive name.
- Data files moved to YAML, with cleaner ir.cron record creation.
- Add permissions for db.backup model.
- Icons.
- Update tests with new format.
- Storage method is a selectable, for easier extensibility.
- Instead of custom mailing, it just has a mail thread where you can subscribe.
- Should fix almost all comments in https://github.com/OCA/server-tools/pull/203 .
- Reduce headers.
This respects the upstream license choice (GPL/AGPL) but reduces
verbosity.
It would be ideal to have everything under AGPL though.
9 years ago
Alessio Gerace
7ca4c9ff9e
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.
10 years ago
Yenthe
6d9503e16f
Update english pot file
Added all the new fields and sentences. This will be the template for
translations.
10 years ago