partner-contact/partner_helper/__manifest__.py

18 lines
542 B
Python
Raw Normal View History

2021-05-26 11:31:53 +00:00
# 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",
}