diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-09 13:04:08 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-09 13:04:08 +0700 |
| commit | 0d43c8987d05543c20b1ea26e6645afcf153691b (patch) | |
| tree | 648740b64a9d7182ae6e49e0113f8ce2204d2ff9 | |
| parent | ad638c9e0c24df33f86bd66f995a56cbd63b1283 (diff) | |
(andri) test
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 |
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 |
