mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 02:02:05 +00:00
18 lines
542 B
Python
18 lines
542 B
Python
# Author: Sébastien BEAU <sebastien.beau@akretion.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Partner Helper",
|
|
"version": "2.0.1.0.0",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"maintainer": "Akretion",
|
|
"category": "Warehouse",
|
|
"depends": [
|
|
"base",
|
|
],
|
|
"summary": "Add specific helper methods",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"license": "AGPL-3",
|
|
}
|