3
0
Fork 0
web_techsystech/web_widget_many2one_simple/__manifest__.py

16 lines
480 B
Python

# Copyright 2020 Tecnativa - Alexandre D. Díaz
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Simple many2one widget",
"version": "14.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"],
}