mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 02:02:05 +00:00
15 lines
426 B
Python
15 lines
426 B
Python
# Copyright 2018 Akretion - Benoît Guillot
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Partner Address Version",
|
|
"version": "2.0.1.0.0",
|
|
"author": "Akretion, " "Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"category": "CRM",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": [
|
|
"base",
|
|
],
|
|
}
|