优化工单,英文改为中文展示,解除托盘展示托盘
This commit is contained in:
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user