优化工单,英文改为中文展示,解除托盘展示托盘

This commit is contained in:
gqh
2023-02-01 14:07:33 +08:00
parent afcea7f715
commit 5495f2436a
25 changed files with 33 additions and 1094 deletions

View File

@@ -1,33 +0,0 @@
# 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,
}