From 40e3569be0c25f19bdb0e29c6e5cafce56b7bb8d Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 14 Feb 2023 10:26:50 +0700 Subject: show po line in account move --- indoteknik_custom/views/account_move.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index c315bb1c..6bdc16d0 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -18,6 +18,7 @@ + Account Move account.move @@ -32,5 +33,20 @@ + + + Account Move + account.move + + + + 0 + hide + + {'column_invisible': [('parent.move_type', '!=', 'in_invoice')]} + + + + \ No newline at end of file -- cgit v1.2.3