partner-contact/partner_company_default/__manifest__.py

12 lines
384 B
Python
Raw Normal View History

2024-11-08 07:13:24 +00:00
# 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,
}