diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-11-20 03:40:32 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-11-20 03:40:32 +0000 |
| commit | f68bd30db5958e8a68ca6141ba1ea97629467987 (patch) | |
| tree | 35ecf20a00163951b649d8e36c2fd997f6fd892a | |
| parent | 410db1b990c3df52137a25936a0ac7b4a496fd0b (diff) | |
| parent | a990e53230aac80609af11c4fcf665b582b621ae (diff) | |
Merged in refund_system (pull request #468)
push
| -rw-r--r-- | indoteknik_custom/models/refund_sale_order.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/refund_sale_order.py b/indoteknik_custom/models/refund_sale_order.py index 97b1d185..f9ae514d 100644 --- a/indoteknik_custom/models/refund_sale_order.py +++ b/indoteknik_custom/models/refund_sale_order.py @@ -331,6 +331,7 @@ class RefundSaleOrder(models.Model): so_names = self.env['sale.order'].browse(so_ids).mapped('name') domain = [ ('journal_id', '=', 11), + ('sale_id', '=', False), ('state', '=', 'posted'), ('ref', 'ilike', 'uang muka penjualan'), ('ref', 'not ilike', 'reklas'), |
