mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
24 lines
847 B
Python
24 lines
847 B
Python
# Copyright 2015 Antiun Ingenieria S.L. - Javier Iniesta
|
|
# Copyright 2016-2017 Tecnativa S.L. - Vicent Cubells
|
|
# Copyright 2019 Tecnativa S.L. - Cristina Martin R.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Partner Industry Secondary",
|
|
"summary": "Add secondary partner industries",
|
|
"version": "2.0.1.0.0",
|
|
"category": "Sales",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["base_setup", "contacts"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/partner_industry_security.xml",
|
|
"views/res_partner_industry_view.xml",
|
|
"views/res_partner_view.xml",
|
|
"views/res_config_settings.xml",
|
|
],
|
|
}
|