Files

20 lines
623 B
Python
Raw Permalink Normal View History

2026-07-01 14:41:49 +07:00
# Copyright 2023 Tecnativa - David Vidal
# Copyright 2025 Upgraded to Odoo 19.0
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Survey company rules",
"summary": "Company security for surveys",
"version": "19.0.1.0.0",
"development_status": "Beta",
"category": "Marketing/Survey",
"website": "https://github.com/OCA/survey",
"author": "Tecnativa, Odoo Community Association (OCA)",
"maintainers": ["chienandalu"],
"license": "AGPL-3",
"depends": ["survey"],
"data": [
"security/survey_security.xml",
"views/survey_views.xml",
],
}