From 4140a0425829c0864af40b0d091b44599e924e8d Mon Sep 17 00:00:00 2001 From: Aungkokolin1997 Date: Wed, 25 Sep 2024 09:25:56 +0000 Subject: [PATCH] remove dependency --- stock_valuation_fifo_lot/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_valuation_fifo_lot/__manifest__.py b/stock_valuation_fifo_lot/__manifest__.py index 99c5d8b8..0942d571 100644 --- a/stock_valuation_fifo_lot/__manifest__.py +++ b/stock_valuation_fifo_lot/__manifest__.py @@ -10,7 +10,7 @@ "license": "AGPL-3", "author": "Ecosoft, Quartile, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-workflow", - "depends": ["stock_account", "stock_no_negative"], + "depends": ["stock_account"], "data": [ "views/res_config_settings_views.xml", "views/stock_move_line_views.xml",