mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 02:02:05 +00:00
15 lines
492 B
Python
15 lines
492 B
Python
# Copyright 2019-2020 Onestein (<https://www.onestein.eu>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Partner Iterative Archive",
|
|
"summary": "Archive all contacts when parent is archived",
|
|
"author": "Onestein, Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"category": "Tools",
|
|
"version": "2.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"depends": ["base"],
|
|
"installable": True,
|
|
}
|