Merge pull request #1229 from expsa/22_9_tasks

Remove depends module
This commit is contained in:
enagahh 2024-09-22 15:40:24 +03:00 committed by GitHub
commit 143fda119f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
'license': 'GPL-3',
'author': 'Expert Ltd',
'depends': ['base', 'takaful_core', 'website', 'account', 'report_xlsx', 'sale', 'product', 'stock', 'hr',
'purchase', 'branch'],
'purchase'],
'data': [
'security/security_view.xml',
'security/ir.model.access.csv',

View File

@ -6,7 +6,7 @@ from . import housing_config
from . import generate_reports
from . import Services
from . import sms
from . import branch_inherit
# from . import branch_inherit
from . import visit
from . import main_service
from . import member_location