Skip to content

Commit 3809ffa

Browse files
astirpeflagreenice
authored andcommitted
[10.0][auto_backup] Menu entry moved (OCA#735)
* [10.0][auto_backup] Menu entry moved * Update version in manifest
1 parent e0b7dc4 commit 3809ffa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

auto_backup/__manifest__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Database Auto-Backup",
99
"summary": "Backups database",
10-
"version": "10.0.1.0.0",
10+
"version": "10.0.1.0.1",
1111
"author": (
1212
"Yenthe Van Ginneken, "
1313
"Agile Business Group, "
@@ -19,7 +19,6 @@
1919
"website": "http://www.vanroey.be/applications/bedrijfsbeheer/odoo",
2020
"category": "Tools",
2121
"depends": [
22-
'base_setup',
2322
'mail',
2423
],
2524
"data": [

auto_backup/view/db_backup_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
res_model="db.backup"/>
8080

8181
<menuitem
82-
parent="base_setup.menu_config"
82+
parent="base.next_id_9"
8383
action="action_backup_conf_form"
8484
id="backup_conf_menu"/>
8585

0 commit comments

Comments
 (0)