mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 06:11:59 +02:00
14 lines
515 B
Python
14 lines
515 B
Python
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Management System - Survey",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/management-system",
|
|
"license": "AGPL-3",
|
|
"category": "Management System",
|
|
"depends": ["mgmtsystem", "survey"],
|
|
"data": ["views/survey_survey.xml"],
|
|
"installable": True,
|
|
}
|