From c4c4591591bf72ddda400492c904d28a8a5324cd Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 4 Apr 2024 15:51:57 +0700 Subject: fix purchase representative on purchasing job and remove approval edit line --- indoteknik_custom/views/purchase_order.xml | 5 ----- indoteknik_custom/views/purchasing_job.xml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 68622a8e..33603216 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -20,11 +20,6 @@ type="object" attrs="{'invisible': [('approval_status', '=', 'approved')]}" /> - diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index b0ecd359..290955cf 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -46,6 +46,7 @@ + -- cgit v1.2.3