From 575a7a506382487a625914a7bde9a18b20173cc6 Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Fri, 11 Jul 2025 10:45:26 +0700 Subject: (andri) rev template email & fix sequence approval --- indoteknik_custom/models/account_move.py | 2 +- indoteknik_custom/views/ir_sequence.xml | 2 +- .../views/mail_template_invoice_reminder.xml | 26 +++++++++++++--------- 3 files changed, 17 insertions(+), 13 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 diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index a0f5fc6b..d9b93ff3 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -154,7 +154,7 @@ Approval Payment Term approval.payment.term - APP/%(year)s/ + APT/%(year)s/ 5 1 1 diff --git a/indoteknik_custom/views/mail_template_invoice_reminder.xml b/indoteknik_custom/views/mail_template_invoice_reminder.xml index 4ed91c75..8b3b9880 100644 --- a/indoteknik_custom/views/mail_template_invoice_reminder.xml +++ b/indoteknik_custom/views/mail_template_invoice_reminder.xml @@ -2,20 +2,20 @@ - Invoice Reminder: Due Date Notification (Manual) + Invoice Reminder: Due Date Notification - [Reminder] Invoice Manual + Reminder Invoice Due - ${object.name} finance@indoteknik.co.id andrifebriyadiputra@gmail.com -
+

Dear ${object.name},

Berikut adalah daftar invoice Anda yang mendekati atau telah jatuh tempo:

- + @@ -29,14 +29,18 @@
Invoice Number Tanggal Invoice Jatuh Tempo

Mohon bantuan dan kerjasamanya agar tetap bisa bekerjasama dengan baik

-

Terima Kasih

+

Terima Kasih.

+
+
+

Best Regards, +
+
+ Widya R.
+ Dept. Finance
+ PT. INDOTEKNIK DOTCOM GEMILANG

+ Indoteknik
+ +62-857-1697-0374 | finance@indoteknik.co.id

-

- Hormat Kami,
- PT. INDOTEKNIK DOTCOM GEMILANG
- Jl. Bandengan Utara 85A No. 8-9, Penjaringan, Jakarta Utara
- Telp: 021-2933 8828 / 29 | Email: finance@indoteknik.co.id -

-- cgit v1.2.3