partner-contact/partner_company_default/__manifest__.py
2024-11-08 08:13:24 +01:00

12 lines
384 B
Python

# Copyright 2023 Quartile Limited
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Partner Company Default",
"version": "3.0.1.0.0",
"author": "Quartile Limited, Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/partner-contact",
"depends": ["base"],
"license": "AGPL-3",
"installable": True,
}