mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
18 lines
656 B
Python
18 lines
656 B
Python
# Copyright 2020 Tecnativa - Carlos Dauden
|
|
# Copyright 2020 Tecnativa - Sergio Teruel
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Partner Contact address default",
|
|
"summary": "Set a default delivery and invoice address for contacts",
|
|
"version": "2.0.1.1.0",
|
|
"development_status": "Beta",
|
|
"category": "Generic Modules/Base",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["base"],
|
|
"data": ["views/res_partner_views.xml"],
|
|
}
|