From fcae78799958978a24326e032685787fe2b4c39e Mon Sep 17 00:00:00 2001 From: Patrick T Date: Wed, 15 Feb 2023 11:53:03 +0100 Subject: [PATCH] [MIG][account_cost_center] backport to v 14.0 --- account_cost_center/__manifest__.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/account_cost_center/__manifest__.py b/account_cost_center/__manifest__.py index b45aaacd3..96c7a6330 100644 --- a/account_cost_center/__manifest__.py +++ b/account_cost_center/__manifest__.py @@ -8,8 +8,11 @@ "license": "AGPL-3", "website": "https://github.com/OCA/account-financial-tools", "category": "Accounting", - "version": "15.0.1.0.0", - "depends": ["account"], + "version": "14.0.1.0.0", + "depends": [ + "account", + "account_journal_lock_date", + ], "data": [ "security/ir.model.access.csv", "security/account_cost_center_security.xml",