partner-contact/partner_property/__manifest__.py

15 lines
502 B
Python
Raw Normal View History

2024-11-08 07:13:24 +00:00
# Copyright 2024 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Partner Property",
"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": "Partner Management",
"data": ["views/res_partner_views.xml"],
"installable": True,
"maintainers": ["victoralmau"],
}