You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
646 B
19 lines
646 B
# 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": "14.0.1.0.0",
|
|
"author": "Camptocamp,Odoo Community Association (OCA)",
|
|
"maintainer": "Camptocamp",
|
|
"category": "Sales",
|
|
"depends": ["base_view_inheritance_extension"],
|
|
"website": "https://github.com/OCA/partner-contact",
|
|
"data": ["views/res_partner.xml"],
|
|
"post_init_hook": "post_init_hook",
|
|
"uninstall_hook": "uninstall_hook",
|
|
"installable": True,
|
|
}
|