mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:52:04 +02:00
17 lines
559 B
Python
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,
|
|
}
|