mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update hatchtec 产品定义里,增加一个字段,中文描述。
This commit is contained in:
17
app_web_no_bubble/__manifest__.py
Normal file
17
app_web_no_bubble/__manifest__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2016 Savoir-faire Linux
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
# "Savoir-faire Linux, " "Odoo Community Association (OCA)",
|
||||
|
||||
{
|
||||
"name": "Web No Bubble",
|
||||
"version": "13.20.04.10",
|
||||
'author': 'Sunpop.cn',
|
||||
"website": "https://github.com/OCA/web",
|
||||
"license": "AGPL-3",
|
||||
"category": "Web",
|
||||
"summary": "Remove the bubbles from the web interface",
|
||||
"depends": ["web"],
|
||||
"data": ["views/web_no_bubble.xml"],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
Reference in New Issue
Block a user