Files
jikimo_sf/web_widget_model_viewer/__manifest__.py
2023-11-24 10:27:21 +08:00

25 lines
657 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": "3D模型展示",
"summary": "3D模型展示模块",
"description": "3D模型展示模块限odoo16)",
"author": "Van",
"website": "https://jikimo.com",
"license": "LGPL-3",
"category": "Tutorials",
"version": "16.0.0.1",
"depends": ['web'],
"demo": [],
"data": [
# 'views/views.xml', #这是为了测试的效果,可以删除
],
'assets': {
'web.assets_qweb': [
'web_widget_model_viewer/static/src/js/3d_viewer.xml',
],
'web.assets_backend': [
'web_widget_model_viewer/static/src/js/*',
],
},
'license': 'LGPL-3',
}