Files
jikimo_sf/web_widget_model_viewer/__manifest__.py
jinling.yang fb717c22ad 1.模型为上色Bug修复(cloud代码注释引起)
2.创建产品和订单未成功Bug修复
2023-08-28 17:40:19 +08:00

23 lines
630 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",
"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',
}