From bc87fe66efd18719b01ba04bb1a9287b25352a4a Mon Sep 17 00:00:00 2001 From: Aungkokolin1997 Date: Tue, 17 Oct 2023 11:58:10 +0630 Subject: [PATCH] change dependency --- stock_valuation_layer_accounting_date/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_valuation_layer_accounting_date/__manifest__.py b/stock_valuation_layer_accounting_date/__manifest__.py index db1d61f6..d1efea80 100644 --- a/stock_valuation_layer_accounting_date/__manifest__.py +++ b/stock_valuation_layer_accounting_date/__manifest__.py @@ -7,7 +7,7 @@ "author": "Quartile Limited, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "license": "AGPL-3", - "depends": ["stock_account"], + "depends": ["stock_picking_accounting_date"], "data": [ "views/stock_valuation_layer_views.xml", "wizard/stock_quantity_history.xml",