summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/sale_order.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-08-25 18:12:25 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-08-25 18:12:25 +0700
commit8fb3427f625867b7d47b7ed0d40f994fa52c00e6 (patch)
tree46c076eb8cdf72b5062aeb841cfa069352784096 /indoteknik_custom/models/sale_order.py
parenta70798e97805e6c0befb6835abf6637dbac1dd8c (diff)
<hafid> integrate tukar guling
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
-rwxr-xr-xindoteknik_custom/models/sale_order.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index 2acee890..a357eb70 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -3231,6 +3231,7 @@ class SaleOrder(models.Model):
'type': 'ir.actions.act_window',
'res_model': 'refund.sale.order',
'view_mode': 'form',
+ 'target':'new',
'target': 'current',
'context': {
'default_sale_order_ids': [(6, 0, [self.id])],