From 1cb790df04ccf0122e7bac2f7c5108f6df503d7f Mon Sep 17 00:00:00 2001 From: Ajmal Cybro Date: Fri, 6 Nov 2020 12:22:07 +0530 Subject: [PATCH] [FIX] Depends added 'mobile_service_shop' --- mobile_service_shop/__manifest__.py | 4 ++-- mobile_service_shop/doc/RELEASE_NOTES.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/mobile_service_shop/__manifest__.py b/mobile_service_shop/__manifest__.py index d04f03279..2bcac4031 100644 --- a/mobile_service_shop/__manifest__.py +++ b/mobile_service_shop/__manifest__.py @@ -21,13 +21,13 @@ ############################################################################# { 'name': 'Mobile Service Management', - 'version': '13.0.1.1.2', + 'version': '13.0.2.1.2', 'summary': 'Module for managing mobile service shop daily activities.', 'category': 'Industries', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', - 'depends': ['base', 'stock_account', 'mail', 'product', 'account'], + 'depends': ['base', 'stock_account', 'mail', 'product', 'account', 'sale'], 'data': ['security/security.xml', 'security/ir.model.access.csv', 'views/mobile_service_views.xml', diff --git a/mobile_service_shop/doc/RELEASE_NOTES.md b/mobile_service_shop/doc/RELEASE_NOTES.md index 41b974090..9a1521a4f 100755 --- a/mobile_service_shop/doc/RELEASE_NOTES.md +++ b/mobile_service_shop/doc/RELEASE_NOTES.md @@ -17,3 +17,8 @@ Bug Fixed. #### FIX Bug Fixed In Invoice + +#### 06.11.2020 +#### Version 13.0.2.1.2 +#### FIX +Depends added