diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-11-19 09:29:52 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-11-19 09:29:52 +0000 |
| commit | 410db1b990c3df52137a25936a0ac7b4a496fd0b (patch) | |
| tree | dcf15d31e1414fc23af6d7078793abc754c31d07 | |
| parent | 6c967a62c9bd6658919a19f1c4534a3672090ec1 (diff) | |
| parent | 0b92afc7a54ab1a9a826a0a3780ccea1cdecead5 (diff) | |
Merged in refund_system (pull request #467)
fix overlap
| -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 cbc0b717..97b1d185 100644 --- a/indoteknik_custom/models/refund_sale_order.py +++ b/indoteknik_custom/models/refund_sale_order.py @@ -696,6 +696,7 @@ class RefundSaleOrder(models.Model): domain = [ ('journal_id', '=', 11), + ('sale_id', '=', False), ('state', '=', 'posted'), ('ref', 'ilike', 'uang muka penjualan'), ('ref', 'not ilike', 'reklas'), |
