oca-technical/odoo-bringout-oca-management-system-mgmtsystem_partner/mgmtsystem_partner/__manifest__.py
2025-08-29 15:43:03 +02:00

17 lines
559 B
Python

# Copyright 2019 Stefano Consolaro (Ass. PNLUG - Gruppo Odoo <http://odoo.pnlug.it>)
{
"name": "Management System - Partner",
"summary": "Add Management System reference on Partner's Contacts.",
"version": "16.0.1.0.0",
"development_status": "Beta",
"author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": [
"mail",
"contacts",
],
"installable": True,
}