diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-11 10:45:26 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-11 10:45:26 +0700 |
| commit | 575a7a506382487a625914a7bde9a18b20173cc6 (patch) | |
| tree | a41959e9f286fe1bc680664e0b6478114b49cc9f /indoteknik_custom/models/account_move.py | |
| parent | 9aa1682f36cad78e04d3367c1d30867c7706a5d1 (diff) | |
(andri) rev template email & fix sequence approval
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
| -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 ddd2f7d9..5ac1c6e5 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -85,7 +85,7 @@ class AccountMove(models.Model): today + timedelta(days=7), ] - partner = self.env['res.partner'].search([('name', 'ilike', 'PROBAN OSTBURG TRISAKTI')], limit=1) + partner = self.env['res.partner'].search([('name', 'ilike', 'FLYNINDO MEGA PERSADA')], limit=1) if not partner: _logger.info("Partner tidak ditemukan.") return |
