diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-09 13:08:41 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-09 13:08:41 +0700 |
| commit | 5e905a9af7f6bb928c44cad2d47f8c6e69662bd2 (patch) | |
| tree | 73b8ca29ad90d01b946c9f4e0d9b29a7499a4eca | |
| parent | 0d43c8987d05543c20b1ea26e6645afcf153691b (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 059e8330..8ef3d273 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', 'ROYALTAMA MULIA KONTRAKTORINDO')], limit=1) + partner = self.env['res.partner'].search([('name', 'ilike', 'DAYA ANUGRAH MULYA')], limit=1) if not partner: _logger.info("Partner tidak ditemukan.") return |
