mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
26 lines
867 B
Python
26 lines
867 B
Python
# Copyright 2014 Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
|
# Copyright 2015 Antonio Espinosa <antonioea@antiun.com>
|
|
# Copyright 2015 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
# Copyright 2017 David Vidal <david.vidal@tecnativa.com>
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Partner Job Position",
|
|
"summary": "Categorize job positions for contacts",
|
|
"version": "1.0.1.0.0",
|
|
'category': 'Customer Relationship Management',
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
'author': 'Tecnativa,'
|
|
"Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": [
|
|
"contacts",
|
|
],
|
|
"data": [
|
|
'security/ir.model.access.csv',
|
|
'views/res_partner_job_position_view.xml',
|
|
'views/res_partner_view.xml',
|
|
],
|
|
}
|