diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-21 22:31:53 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-21 22:31:53 +0700 |
| commit | 3f28815704346d81e42ea03a95f591ef1131a622 (patch) | |
| tree | becff9838f92c9ead50db31cea16eebb469ea2a7 /indoteknik_custom/views | |
| parent | 0aa596341f2832ca17e713450f64d7f7f9b1ba4c (diff) | |
(andri) add flag dont send parent & all untuk reminder inv tempo
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index c034651f..ca1a36de 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -216,6 +216,10 @@ <field name="dokumen_laporan_keuangan" /> <field name="dokumen_ktp_dirut" /> </group> + <group string="Reminder Invoices" attrs="{'invisible': [('parent_id', '!=', False), ('company_type', '!=', 'company')]}"> + <field name="dont_send_reminder_inv_parent"/> + <field name="dont_send_reminder_inv_all" /> + </group> </page> <page string="Aging Info"> <group string="Aging Info"> |
