20 lines
623 B
Python
20 lines
623 B
Python
|
|
# 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",
|
||
|
|
],
|
||
|
|
}
|