first push message

This commit is contained in:
2026-07-01 14:41:49 +07:00
parent 6667dec2bf
commit 58b5f46cc4
2951 changed files with 316619 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 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",
],
}