diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-28 15:37:22 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-28 15:37:22 +0700 |
| commit | 8628973dfbfc76f3f7fea5a01d5ccad4998f7f3f (patch) | |
| tree | 8015f2834d71eeb8026e9c6df8153866c2eafdfd /indoteknik_custom/models/res_partner.py | |
| parent | 74953e4b98abca66898426586907a6ed22ef4139 (diff) | |
(andri) fix send due invoices reminder
Diffstat (limited to 'indoteknik_custom/models/res_partner.py')
| -rw-r--r-- | indoteknik_custom/models/res_partner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index d1d4ca02..f260f58e 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -28,7 +28,7 @@ class ResPartner(models.Model): supplier_ids = fields.Many2many('user.pengajuan.tempo.line', string="Suppliers") reminder_invoices = fields.Boolean( - string='Reminder Invoice', + string='Reminder Invoice?', help='Centang jika kontak ini harus menerima email pengingat invoice.', default=False ) |
