mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_many2one_simple
This commit is contained in:
committed by
OCA-git-bot
parent
64f34f7c73
commit
575daf2e68
15
web_widget_many2one_simple/__manifest__.py
Normal file
15
web_widget_many2one_simple/__manifest__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2020 Tecnativa - Alexandre D. Díaz
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Simple many2one widget",
|
||||
"version": "13.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"data": ["views/assets.xml"],
|
||||
"qweb": ["static/src/xml/many2one_simple.xml"],
|
||||
"installable": True,
|
||||
"maintainers": ["Tardo"],
|
||||
}
|
||||
Reference in New Issue
Block a user