update hatchtec 产品定义里,增加一个字段,中文描述。

This commit is contained in:
ivan deng
2020-04-11 00:19:43 +08:00
parent a872645ca2
commit 1d9a994452
27 changed files with 631 additions and 36 deletions

View 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,
}