We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b7dc4 commit 3809ffaCopy full SHA for 3809ffa
auto_backup/__manifest__.py
@@ -7,7 +7,7 @@
7
{
8
"name": "Database Auto-Backup",
9
"summary": "Backups database",
10
- "version": "10.0.1.0.0",
+ "version": "10.0.1.0.1",
11
"author": (
12
"Yenthe Van Ginneken, "
13
"Agile Business Group, "
@@ -19,7 +19,6 @@
19
"website": "http://www.vanroey.be/applications/bedrijfsbeheer/odoo",
20
"category": "Tools",
21
"depends": [
22
- 'base_setup',
23
'mail',
24
],
25
"data": [
auto_backup/view/db_backup_view.xml
@@ -79,7 +79,7 @@
79
res_model="db.backup"/>
80
81
<menuitem
82
- parent="base_setup.menu_config"
+ parent="base.next_id_9"
83
action="action_backup_conf_form"
84
id="backup_conf_menu"/>
85
0 commit comments