[18.0][MIG] auto_backup: Migration to 18.0 - #3169
Conversation
91e3a81 to
1e35d55
Compare
| class="oe_highlight" | ||
| /> | ||
| </header> | ||
| <div class="oe_title"> |
| >Set the scheduler to active and fill in how often you want backups generated.</li> | ||
| </ol> | ||
| </div> | ||
| </form> |
There was a problem hiding this comment.
add:
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" groups="base.group_user"/>
<field name="message_ids"/>
</div>There was a problem hiding this comment.
thanks, added!
Should be ok now
fmdl
left a comment
There was a problem hiding this comment.
don't forget to update the db.backup view
276413a to
0e4c741
Compare
Added all the new fields and sentences. This will be the template for translations.
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.
- 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 OCA#203. - Reduce headers. This respects the upstream license choice (GPL/AGPL) but reduces verbosity. It would be ideal to have everything under AGPL though.
Bump module version to 8.0.1.0.1
* Add self.ensure_ones * Add test coverage
* [10.0][auto_backup] Menu entry moved * Update version in manifest
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/
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
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/
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/
Currently translated at 90.0% (72 of 80 strings) Translation: server-tools-15.0/server-tools-15.0-auto_backup Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auto_backup/it/
Currently translated at 90.0% (72 of 80 strings) Translation: server-tools-15.0/server-tools-15.0-auto_backup Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auto_backup/it/
Currently translated at 84.7% (72 of 85 strings) Translation: server-tools-15.0/server-tools-15.0-auto_backup Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auto_backup/it/
Currently translated at 100.0% (85 of 85 strings) Translation: server-tools-16.0/server-tools-16.0-auto_backup Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auto_backup/es/
Currently translated at 87.0% (74 of 85 strings) Translation: server-tools-16.0/server-tools-16.0-auto_backup Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auto_backup/it/
fff6d8d to
e548a73
Compare
tafaRU
left a comment
There was a problem hiding this comment.
Thanks for the PR!
LG overall 👍 , just a nitpick.
| @@ -180,7 +180,7 @@ def action_backup(self): | |||
| with rec.sftp_connection() as remote: | |||
| # Directory must exist | |||
There was a problem hiding this comment.
I think this comment could be removed in face of https://bitbucket.org/dundeemt/pysftp/src/1c0791759688a733a558b1a25d9ae04f52cf6a64/pysftp/__init__.py#lines-676
e548a73 to
f519353
Compare
|
@fmdl is the PR all good now or are there more changes needed? Could you update the review please? |
|
This PR has the |
|
@OCA/tools-maintainers this PR seems ready for the next stage. Could any of you approve it? |
|
/ocabot migration auto_backup /ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at fe22456. Thanks a lot for contributing to OCA. ❤️ |
No description provided.