整合所有模块依赖

This commit is contained in:
jinling.yang
2023-11-08 17:13:18 +08:00
parent 3be0d1ffad
commit 3a1acb0f5a
19 changed files with 923 additions and 1208 deletions

View File

@@ -10,9 +10,9 @@
""",
'category': 'sf',
'website': 'https://www.sf.jikimo.com',
'depends': ['account', 'sf_base', 'mrp', 'sf_manufacturing', 'sf_maintenance'],
'depends': ['sf_base', 'sf_manufacturing'],
'data': [
#'security/group_security.xml',
# 'security/group_security.xml',
'security/ir.model.access.csv',
# 'views/tool_base_views.xml',
# # 'views/menu_view.xml',
@@ -27,11 +27,10 @@
'web.assets_qweb': [
],
'web.assets_backend':[
'web.assets_backend': [
'sf_tool_management/static/src/change.scss'
]
},
'license': 'LGPL-3',
'installable': True,