OCA Transbot
1485fdeb3c
OCA Transbot updated translations from Transifex
9 years ago
archetipo
3db5f97c81
FIX License type
9 years ago
Jairo Llopis
6ed4201d9b
[FIX] This was removing all databases.
9 years ago
Jairo Llopis
1c638dd1d2
Make sure you don't backup inside the filestore folder.
The filestore is saved in the backup, so if you save the backup in the
filestore, you'd end up with a huge backup that includes itself and the
universe may collapse.
9 years ago
Jairo Llopis
f9f4e86739
Avoid duplicated backups.
9 years ago
Jairo Llopis
0a2d73cfd2
Add shortcut to execute backups from the "More" menu.
9 years ago
Jairo Llopis
1e0414fcb6
Fix view format.
9 years ago
Jairo Llopis
61b3b2349f
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
Jairo Llopis
0a7dd278e0
[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 .
9 years ago
archetipo
c789bc8731
[FIX] check_dd method
[ADD] test case improved
9 years ago
archetipo
38911a2661
[RM] useless field
9 years ago
archetipo
e70e5594b2
[FIX] backup only local db , beacause xmlrpc call of dump cause memory leak
9 years ago
archetipo
60a8122b5d
[FIX] travis lint check
9 years ago
archetipo
8f4f783d06
[FIX] fixed, last review remarks
9 years ago
archetipo
5dea2d817a
[FIX] handled ssl hosts
[FIX] Flake8
9 years ago
archetipo
967412a33f
[FIX] handled ssl hosts
[FIX] Flake8
9 years ago
archetipo
622811dddc
[FIX] review remarks
9 years ago
archetipo
c5d8109614
[FIX] Readme
9 years ago
archetipo
6bf182252f
[FIX] mail.tempale seems not work in cron task, replaced with direct call of mail.mail
9 years ago
archetipo
13ea28d02c
[FIX] autoremove method
[FIX] Contributors
9 years ago
archetipo
7188051143
[FIX] name of file
9 years ago
archetipo
8c7c72564f
[FIX] flake8 and pylint
9 years ago
archetipo
84d4866cee
[IMP] deps in travis.yml
[FIX] flake8
9 years ago
archetipo
1ed3065031
[FIX] flake8
9 years ago
archetipo
d7fc7c53e6
[FIX] test
9 years ago
archetipo
bb5e72f500
[RF] porting to new api
[FIX] schedule_backup method
[IMP] IT translation
[IMP] tests
9 years ago
archetipo
eeb61ce7a3
[RM] description index.html
9 years ago
archetipo
9b5c873e3d
[FIX] rebased commit
9 years ago
archetipo
d687c3c127
[FIX] defaults value
9 years ago
archetipo
4839eb8d70
[FIX] Readme.rst
9 years ago
archetipo
f4fcfc5671
[FIX] bug logger --> _logger call
[FIX] Flake8
[RM] useless files
9 years ago
Alessio Gerace
645ebaef18
[FIX] module
9 years ago
Alessio Gerace
7c9aed126f
Porting module to OCA 8.0
9 years ago
Alessio Gerace
fae703d616
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
f79437ad9a
Flemish translations
Flemish translations are identical to Dutch.
10 years ago
Yenthe
4a2e29dbda
Typo fix
could'nt > couldn't
10 years ago
Yenthe
fdc592bb56
Full German translations
Thanks to Martin Schmid!
10 years ago
Yenthe
d9dc4b1f3e
Changes chinese translation
Changed some translations
10 years ago
Yenthe
ac87e0f621
Chinese translations
Add Chinese translations to the module. Written by talway.
10 years ago
Yenthe
a24ceb2173
Dutch translations
Full translation of the module to Dutch
10 years ago
Yenthe
2bb2cf1604
Update english pot file
Added all the new fields and sentences. This will be the template for
translations.
10 years ago
Dave Lasley
8a078fc4ec
Revert "[9.0][MIG] auto_backup ( #526 )"
This reverts commit 2798d4591b
.
8 years ago
OCA Git Bot
d7f39dad68
[ADD] setup.py
8 years ago
OCA Git Bot
e22c7cb78c
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
eac8c06eb4
Merge pull request #603 from osiell/9.0-mig-auditlog
[MIG] 9.0 - auditlog
8 years ago
sebalix
29e18609ac
[FIX] auditlog - Migrate 'AuditlogRule.create' and 'AuditlogRule.write' methods to the new API
8 years ago
sebalix
479cecf538
[FIX] auditlog - Lint
8 years ago
Holden Rehg
2322d15da8
[DEL] auditlog: Remove pre_init_hook reference from openerp, no pre_init hook exists any more
9 years ago
Holden Rehg
60534d3686
[DEL] auditlog: Remove migration from audittrail functionality, this is not required for version 9
9 years ago
Holden Rehg
80f22b9dca
[UPD] auditlog module, Remove duplicate license key from openerp config
9 years ago