From e46be164dc1e419cdbfd0c0cf587fadc63beef3e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 8 Jul 2025 15:24:11 +0700 Subject: reordering rules and manage stock --- fixco_custom/__manifest__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fixco_custom/__manifest__.py') diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 9c943e0..5697dc2 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -34,6 +34,8 @@ 'views/purchase_order.xml', 'views/requisition.xml', 'views/shipment_line.xml', + 'views/manage_stock.xml', + 'views/automatic_purchase.xml', ], 'demo': [], 'css': [], -- cgit v1.2.3