mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
23 lines
718 B
Python
23 lines
718 B
Python
# Copyright 2015 Tecnativa - Antonio Espinosa
|
|
# Copyright 2015 Tecnativa - Jairo Llopis
|
|
# Copyright 2017 Tecnativa - David Vidal
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Partners Capital",
|
|
"version": "2.0.1.0.0",
|
|
"category": "Customer Relationship Management",
|
|
"license": "AGPL-3",
|
|
"author": "Antiun Ingeniería S.L., "
|
|
"Tecnativa, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"depends": ["contacts"],
|
|
"data": [
|
|
"views/res_partner_turnover_range_view.xml",
|
|
"views/res_partner_view.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
"installable": True,
|
|
}
|