From 7020c27b7a8939e425f904c79d33da374e8ce13a Mon Sep 17 00:00:00 2001 From: ivanOffice Date: Fri, 20 Sep 2024 16:03:34 +0800 Subject: [PATCH] update backup --- app_auto_backup/__manifest__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app_auto_backup/__manifest__.py b/app_auto_backup/__manifest__.py index ea513816..bc0d58fb 100644 --- a/app_auto_backup/__manifest__.py +++ b/app_auto_backup/__manifest__.py @@ -28,7 +28,8 @@ 'category': 'Administration', 'installable': True, 'license': 'LGPL-3', - + 'price': 38.00, + 'currency': 'EUR', # any module necessary for this one to work correctly 'depends': [ 'base'