Skip to content

Commit

Permalink
[10.0][auto_backup] Menu entry moved (OCA#735)
Browse files Browse the repository at this point in the history
* [10.0][auto_backup] Menu entry moved

* Update version in manifest
  • Loading branch information
astirpe authored and dalonsod committed Mar 11, 2021
1 parent e8775e4 commit f25a028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions auto_backup/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Database Auto-Backup",
"summary": "Backups database",
"version": "10.0.1.0.0",
"version": "10.0.1.0.1",
"author": (
"Yenthe Van Ginneken, "
"Agile Business Group, "
Expand All @@ -19,7 +19,6 @@
"website": "http://www.vanroey.be/applications/bedrijfsbeheer/odoo",
"category": "Tools",
"depends": [
'base_setup',
'mail',
],
"data": [
Expand Down
2 changes: 1 addition & 1 deletion auto_backup/view/db_backup_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
res_model="db.backup"/>

<menuitem
parent="base_setup.menu_config"
parent="base.next_id_9"
action="action_backup_conf_form"
id="backup_conf_menu"/>

Expand Down

0 comments on commit f25a028

Please sign in to comment.