You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
823 B
22 lines
823 B
# 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": "14.0.1.0.0",
|
|
"category": "Customer Relationship Management",
|
|
"website": "https://github.com/OCA/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",
|
|
],
|
|
}
|