From dd93d36b4c7cec4e1681d69e296a7cff559386a0 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 2 Jul 2025 11:48:35 +0700 Subject: search invoice marketplace and add discount on order line purchase and add biaya lain lain on purchase --- 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 0d8f259..53df90a 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -31,6 +31,7 @@ 'views/sale_pricelist.xml', 'views/upload_ginee.xml', 'views/report_picking_list.xml', + 'views/purchase_order.xml', ], 'demo': [], 'css': [], -- cgit v1.2.3