From 3a18b6f0ca12384e009db08d99e94d38974f9811 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Tue, 3 Feb 2026 16:38:59 +0700 Subject: add invoice marketplace in tree view general ledger --- 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 3e32552..9d781c0 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -54,6 +54,7 @@ 'views/report_picking_list_new.xml', 'views/purchase_order_line_wizard.xml', 'views/account_payment.xml', + 'views/account_move_line.xml', ], 'demo': [], 'css': [], -- cgit v1.2.3