mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-15 02:32:04 +00:00
19 lines
607 B
Python
19 lines
607 B
Python
|
# Copyright 2014-2020 Camptocamp SA
|
||
|
# @author: Nicolas Bessi
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
{
|
||
|
"name": "Street3 in addresses",
|
||
|
"summary": "Add a third address line on partners",
|
||
|
"license": "AGPL-3",
|
||
|
"version": "3.0.1.0.0",
|
||
|
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||
|
"maintainer": "Camptocamp",
|
||
|
"category": "Sales",
|
||
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
||
|
"data": ["views/res_partner.xml"],
|
||
|
"post_init_hook": "post_init_hook",
|
||
|
"uninstall_hook": "uninstall_hook",
|
||
|
"installable": True,
|
||
|
}
|