From f687d197ead268040d7f396eb26ea0035a6dac35 Mon Sep 17 00:00:00 2001 From: HafidBuroiroh Date: Fri, 6 Mar 2026 14:24:00 +0700 Subject: change request sourcing job order --- indoteknik_custom/views/ir_sequence.xml | 9 ++ indoteknik_custom/views/sourcing.xml | 247 ++++++++++++++++++++++++++------ 2 files changed, 215 insertions(+), 41 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 55e48300..818c5d30 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -241,6 +241,15 @@ True + + Sourcing Job Order + sourcing.job.order + SJO/%(year)s/ + 4 + 1 + 1 + + Refund Sales Order refund.sale.order diff --git a/indoteknik_custom/views/sourcing.xml b/indoteknik_custom/views/sourcing.xml index f3bb5b33..ebdbaaf7 100644 --- a/indoteknik_custom/views/sourcing.xml +++ b/indoteknik_custom/views/sourcing.xml @@ -65,8 +65,9 @@ sourcing.job.order.tree sourcing.job.order - @@ -91,7 +92,7 @@ sourcing.job.order.form sourcing.job.order -
+
- + + + + - - - - - - - + + + + + + - - - - - + + + + + + + - - - - - - + + + + + + + + + + + + + - + @@ -614,4 +689,94 @@ action="action_sourcing_job_order_md" groups="indoteknik_custom.group_role_merchandiser" sequence="91"/> + + + + sourcing.job.order.line.approval.search + sourcing.job.order.line + + + + + + + + + + + + + + + + + + + sourcing.job.order.line.approval.tree + sourcing.job.order.line + + + + + + + + + + + + + + + + + + + + + Approve Selected Lines + + + list + code + + records.action_multi_approve() + + + + + Approval Sourcing Line + sourcing.job.order.line + tree + + + + { + 'search_default_filter_sent': 1, + 'search_default_group_so': 1 + } + + + + + -- cgit v1.2.3