Merge pull request #55 from expsa/fix_issue

Fix issue when install module
This commit is contained in:
AbuzarExp 2024-07-02 12:23:51 +03:00 committed by GitHub
commit 7438e7061d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ Odoo Enterprise Web Client.
This module modifies the web addon to provide Odex design and responsiveness.
""",
'depends': ['web','website'],
'depends': ['web'],
#'auto_install': True,
'data': [
'views/webclient_templates.xml',
'views/customize_menu_seurity.xml'
# 'views/customize_menu_seurity.xml'
],
'qweb': [
"static/src/xml/*.xml",