Browse Source

[FIX] Depends added 'mobile_service_shop'

pull/165/head
Ajmal Cybro 5 years ago
parent
commit
1cb790df04
  1. 4
      mobile_service_shop/__manifest__.py
  2. 5
      mobile_service_shop/doc/RELEASE_NOTES.md

4
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',

5
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

Loading…
Cancel
Save