mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: Portal
This commit is contained in:
committed by
Francisco Ivan Anton Prieto
parent
2869d5d26e
commit
ea928628bb
@@ -6,6 +6,7 @@
|
||||
# Copyright 2016-2017 LasLabs Inc.
|
||||
# Copyright 2018-2019 ACSONE SA/NV
|
||||
# Copyright 2020 Tecnativa - Pedro M. Baeza
|
||||
# Copyright 2020 Tecnativa - Víctor Martínez
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
@@ -15,7 +16,7 @@
|
||||
"license": "AGPL-3",
|
||||
"author": "Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/oca/contract",
|
||||
"depends": ["base", "account", "product"],
|
||||
"depends": ["base", "account", "product", "portal"],
|
||||
"external_dependencies": {"python": ["dateutil"]},
|
||||
"data": [
|
||||
"security/groups.xml",
|
||||
@@ -43,6 +44,8 @@
|
||||
"views/res_partner_view.xml",
|
||||
"views/res_config_settings.xml",
|
||||
"views/contract_terminate_reason.xml",
|
||||
"views/contract_portal_templates.xml",
|
||||
],
|
||||
"demo": ["demo/assets.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user