From ef860cf6815dceb0a806a08b2118390830ccdae0 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 4 Jun 2025 16:57:56 +0700 Subject: purchase pricelist and schema invoice --- 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 62a199e..4abf544 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -22,6 +22,7 @@ 'views/account_move.xml', 'views/upload_payments.xml', 'views/ir_sequence.xml', + 'views/purchase_pricelist.xml', ], 'demo': [], 'css': [], -- cgit v1.2.3