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",