backup manager (wip)

This commit is contained in:
Rushabh Mehta
2013-03-06 11:20:56 +05:30
parent ba7ed4c27c
commit 8ff938a377
11 changed files with 11232 additions and 14 deletions

View File

@@ -186,6 +186,19 @@ wn.module_page["Setup"] = [
},
]
},
// {
// title: wn._("Backups"),
// icon: "icon-cloud-upload",
// right: true,
// items: [
// {
// "route":"Form/Backup Manager",
// doctype:"Backup Manager",
// label: wn._("Backup Manager"),
// "description":wn._("Sync backups with remote tools like Dropbox etc.")
// },
// ]
// },
]
pscript['onload_Setup'] = function(wrapper) {