summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-07-09 13:04:08 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-07-09 13:04:08 +0700
commit0d43c8987d05543c20b1ea26e6645afcf153691b (patch)
tree648740b64a9d7182ae6e49e0113f8ce2204d2ff9
parentad638c9e0c24df33f86bd66f995a56cbd63b1283 (diff)
(andri) test
-rw-r--r--indoteknik_custom/models/account_move.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py
index df79b9f6..059e8330 100644
--- a/indoteknik_custom/models/account_move.py
+++ b/indoteknik_custom/models/account_move.py
@@ -81,7 +81,7 @@ class AccountMove(models.Model):
target_dates_str = [d.isoformat() for d in target_dates]
# Ganti nama partner untuk test jika perlu
- partner = self.env['res.partner'].search([('name', 'ilike', 'PRIMA SEJAHTERA MARITIM')], limit=1)
+ partner = self.env['res.partner'].search([('name', 'ilike', 'ROYALTAMA MULIA KONTRAKTORINDO')], limit=1)
if not partner:
_logger.info("Partner tidak ditemukan.")
return