Files
test/web_widget_model_viewer/__manifest__.py
yuxianghui be0f62ffe0 Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/自建模块日志警告信息处理
# Conflicts:
#	sf_base/models/fixture.py
#	sf_manufacturing/models/model_type.py
#	sf_manufacturing/models/product_template.py
#	sf_sale/models/quick_easy_order.py
2023-08-29 11:21:13 +08:00

24 lines
655 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',
}