summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-07-10 15:41:26 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-07-10 15:41:26 +0700
commitb3003dfcffa29390ec078ed206c9b013e683d1c8 (patch)
tree19ec7c3abb4f617387ed2c346ef70b0ed08eb9f9
parent256f4f7cc1e0899f30f8aaae844069e9537ed5e3 (diff)
(andri) try
-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 6c4eb14b..33149cb0 100644
--- a/indoteknik_custom/models/account_move.py
+++ b/indoteknik_custom/models/account_move.py
@@ -78,7 +78,7 @@ class AccountMove(models.Model):
def send_due_invoice_reminder(self):
today = fields.Date.today()
- partner = self.env['res.partner'].search([('name', 'ilike', 'TIRTA FRESINDO JAYA')], limit=1)
+ partner = self.env['res.partner'].search([('name', 'ilike', 'GEMILANG TUJUH BERSAUDARA')], limit=1)
if not partner:
_logger.info("Partner tidak ditemukan.")
return