partner-contact/partner_address_split/__manifest__.py

18 lines
549 B
Python
Raw Permalink Normal View History

2024-10-01 05:51:46 +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 Address Split",
"version": "3.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",
}