产品和制造订单新增模型和occ查看模型模块

This commit is contained in:
jinling.yang
2022-12-30 10:00:17 +08:00
parent 5fcb17d048
commit a3e39d4fac
33 changed files with 1497 additions and 119 deletions

View File

@@ -0,0 +1,33 @@
# Copyright 2020 Andrea Piovesana @ Openindustry.it
# Copyright 2020 Lorenzo Battistini @ TAKOBI
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Model viewer widget",
"summary": "Easily display interactive 3D models on the web & in AR",
"version": "14.0.1.0.0",
"development_status": "Beta",
"category": "Web",
"website": "https://github.com/OCA/web",
"author": "TAKOBI, Openindustry.it, Odoo Community Association (OCA)",
"maintainers": ["eLBati"],
"license": "AGPL-3",
"depends": [
"web",
],
'assets': {
'web.assets_qweb': [
"/web_widget_model_viewer/static/src/xml/*.xml",
],
'web.assets_backend': [
'/web_widget_model_viewer/static/src/js/web_widget_model_viewer.js',
],
},
"data": [
"views/assets.xml",
],
"qweb": [
],
"application": False,
"installable": True,
}