diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-09-12 10:49:35 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-09-12 10:49:35 +0700 |
| commit | 40229df0261970eb3d955de2651cdb1a997bdbaa (patch) | |
| tree | b50870b51b682097dea6fd92e548268c7ba596a2 /indoteknik_custom/models/refund_sale_order.py | |
| parent | 7d07a282c134cb5e2a784b73cc477e3f398df57c (diff) | |
| parent | 73d249fd48d0aeae8ac77946f07668210e12ae7b (diff) | |
<hafid> fix conflict
Diffstat (limited to 'indoteknik_custom/models/refund_sale_order.py')
| -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 e981abb5..9bcdd974 100644 --- a/indoteknik_custom/models/refund_sale_order.py +++ b/indoteknik_custom/models/refund_sale_order.py @@ -76,6 +76,7 @@ class RefundSaleOrder(models.Model): transfer_move_id = fields.Many2one( 'account.move', string="Journal Payment", + copy=False, help="Pilih transaksi salah transfer dari jurnal Uang Muka (journal_id=11) yang tidak terkait SO." ) |
