odex25_standard/odex25_base/partner_identification/__manifest__.py

33 lines
1.1 KiB
Python

# Copyright 2004-2010 Tiny SPRL http://tiny.be
# Copyright 2010-2012 ChriCar Beteiligungs- und Beratungs- GmbH
# http://www.camptocamp.at
# Copyright 2015 Antiun Ingenieria, SL (Madrid, Spain)
# http://www.antiun.com
# Antonio Espinosa <antonioea@antiun.com>
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Partner Identification Numbers",
"category": "Customer Relationship Management",
"version": "14.0.1.4.0",
"license": "AGPL-3",
"depends": ["contacts"],
"data": [
"security/ir.model.access.csv",
"views/res_partner_id_category_view.xml",
"views/res_partner_id_number_view.xml",
"views/res_partner_view.xml",
],
"author": (
"ChriCar Beteiligungs- und Beratungs- GmbH, "
"Tecnativa, "
"Camptocamp, "
"ACSONE SA/NV, "
"LasLabs, "
"Onestein, "
"Odoo Community Association (OCA)"
),
"website": "https://github.com/OCA/partner-contact",
"development_status": "Production/Stable",
}