yuthon_base/project_md/__manifest__.py
2026-07-16 13:37:10 +08:00

25 lines
826 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
'name': 'Project Mindmap (project_md)',
'summary': '项目管理思维导图视图D3 树形渲染)',
'version': '1.0',
'category': 'Project',
'depends': ['project', 'web'],
'data': [
'security/ir.model.access.csv',
'views/project_md_views.xml',
],
'assets': {
'web.assets_backend': [
'project_md/static/lib/d3.v7.min.js',
'project_md/static/src/js/mindmap_arch_parser.js',
'project_md/static/src/js/mindmap_controller.js',
'project_md/static/src/js/mindmap_renderer.js',
'project_md/static/src/js/mindmap_view.js',
'project_md/static/src/xml/mindmap_template.xml',
'project_md/static/src/scss/mindmap.scss',
],
},
'installable': True,
'application': False,
}