partner-contact/partner_identification_notification/__manifest__.py
2021-12-05 03:13:36 +00:00

22 lines
663 B
Python

# Copyright (C) 2021 - TODAY, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Partner Identification Notification",
"version": "2.0.1.0.0",
"category": "Contact",
"depends": [
"partner_identification",
],
"author": "Open Source Integrators," "Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://gitlab.com/flectra-community/partner-contact",
"data": [
"data/ir_cron_data.xml",
"views/res_partner_id_category_view.xml",
"views/res_partner_id_number_view.xml",
],
"installable": True,
"application": False,
}