mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
22 lines
663 B
Python
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,
|
|
}
|