mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2025-02-22 09:02:27 +00:00
15 lines
545 B
Python
15 lines
545 B
Python
# Copyright 2024 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Partner Readonly Security",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"version": "3.0.1.0.0",
|
|
"depends": ["base"],
|
|
"license": "AGPL-3",
|
|
"category": "Customer Relationship Management",
|
|
"data": ["security/partner_readonly_security_security.xml"],
|
|
"installable": True,
|
|
"maintainers": ["victoralmau"],
|
|
}
|