From ad1f21b27dff6eca4eb90d2a4496cd9ff80701c4 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Sat, 12 Jul 2025 10:40:06 +0700 Subject: purchasing job, requisition, reordering v2 --- fixco_custom/__manifest__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fixco_custom/__manifest__.py') diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 44ec3be..6c6c0df 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -35,6 +35,7 @@ 'views/shipment_line.xml', 'views/manage_stock.xml', 'views/automatic_purchase.xml', + 'views/purchasing_job.xml', ], 'demo': [], 'css': [], -- cgit v1.2.3