summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/res_partner.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-08-21 15:39:31 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-08-21 15:39:31 +0000
commit1d5bd9c3b7c89eefe8a06e21ec5a53af3e72b4bb (patch)
treebecff9838f92c9ead50db31cea16eebb469ea2a7 /indoteknik_custom/models/res_partner.py
parent4b549234856b810bd99f8b1e18e01da90ccdc1e1 (diff)
parent3f28815704346d81e42ea03a95f591ef1131a622 (diff)
Merged in reminder-tempo-v2 (pull request #391)
Reminder tempo v2
Diffstat (limited to 'indoteknik_custom/models/res_partner.py')
-rw-r--r--indoteknik_custom/models/res_partner.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py
index e5e382a1..08b04e7d 100644
--- a/indoteknik_custom/models/res_partner.py
+++ b/indoteknik_custom/models/res_partner.py
@@ -31,6 +31,14 @@ class ResPartner(models.Model):
string='Reminder Invoice?',
help='Centang jika kontak ini harus menerima email pengingat invoice.', default=False
)
+ dont_send_reminder_inv_parent = fields.Boolean(
+ string='Dont Send Reminder Invoices Parent?',
+ help='Centang jika kontak utama tidak perlu menerima sent Reminder Invoices Otomatis', default=False
+ )
+ dont_send_reminder_inv_all = fields.Boolean(
+ string='Dont Send Reminder Invoices to All?',
+ help='Centang jika semua kontak utama dan child tidak menerima sent Reminder Invoices', default=False
+ )
# informasi perusahaan
name_tempo = fields.Many2one('res.partner', string='Nama Perusahaan',tracking=True)