From b858358ffbdd14c9b56ac96f035bddccae4d872d Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 8 Jul 2025 08:58:46 +0700 Subject: skema bills and requisition --- fixco_custom/views/account_move.xml | 52 +++++++++++++++++++++++++++++++++-- fixco_custom/views/purchase_order.xml | 2 ++ fixco_custom/views/requisition.xml | 2 -- 3 files changed, 51 insertions(+), 5 deletions(-) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index c77d046..1c55831 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -6,20 +6,66 @@ account.move - + + + + + + + + + + + + + Account Move + account.move + + + + 0 + hide + + {'column_invisible': [('parent.move_type', '!=', 'in_invoice')]} + + + + + diff --git a/fixco_custom/views/purchase_order.xml b/fixco_custom/views/purchase_order.xml index 1aa438c..de8c7bb 100644 --- a/fixco_custom/views/purchase_order.xml +++ b/fixco_custom/views/purchase_order.xml @@ -7,7 +7,9 @@ + + diff --git a/fixco_custom/views/requisition.xml b/fixco_custom/views/requisition.xml index 957113a..3648401 100644 --- a/fixco_custom/views/requisition.xml +++ b/fixco_custom/views/requisition.xml @@ -19,7 +19,6 @@ requisition.line - @@ -94,7 +93,6 @@ - -- cgit v1.2.3