From c6c59089732d912d9bc9c8a95028ddb1addcfb5a Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 27 Jul 2023 13:11:17 +0700 Subject: fix source so --- indoteknik_custom/views/sale_order.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 3b5bc4c5..9ff000e7 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -58,6 +58,8 @@ [('id', 'in', [32, 59, 60, 61])] + {'required':['|',('create_date', '>', '2023-07-30'), ('create_date', '=', False)]} + -- cgit v1.2.3