From 7373f8913ef36e3b5b64000c9edf61179571c94d Mon Sep 17 00:00:00 2001 From: Emanuel Cino Date: Tue, 27 Aug 2024 09:56:39 +0200 Subject: [PATCH] Complete dependency annotation --- recurring_contract/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recurring_contract/__manifest__.py b/recurring_contract/__manifest__.py index d6c02c1e..3cda5381 100644 --- a/recurring_contract/__manifest__.py +++ b/recurring_contract/__manifest__.py @@ -37,7 +37,7 @@ "category": "Accounting", "depends": [ "account_invoice_pricelist", # OCA/account-invoicing - "account_payment_order", + "account_payment_order", # OCA/bank-payment, "base_automation", "account_payment_partner", # OCA/bank-payment, "queue_job", # OCA/queue,