diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-03-12 06:39:51 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-03-12 06:39:51 +0000 |
| commit | b91d6d680dbb1c34c23ba6f3818db27dc4c335df (patch) | |
| tree | 6021a684f553e50ec0156a4b2dd95c67c09178b3 /indoteknik_custom/views | |
| parent | 0ef21d76d449faa2262c84fe88c2ef2578b388d2 (diff) | |
| parent | 92c2d5297ce7843a7f14c57a92878f57ba8cf8a3 (diff) | |
Merged in CR/Sourcing-Job (pull request #499)
<hafid> fix notif sourcing
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 1 | ||||
| -rw-r--r-- | indoteknik_custom/views/users.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 8378bf34..87c161ed 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -37,6 +37,7 @@ <field name="is_not_potential"/> <field name="pareto_status"/> <field name="digital_invoice_tax"/> + <field name="chat_id_telegram"/> </field> <!-- <field name="nama_wajib_pajak" position="attributes"> <attribute name="required">1</attribute> diff --git a/indoteknik_custom/views/users.xml b/indoteknik_custom/views/users.xml index 13561e2b..6519aeaa 100644 --- a/indoteknik_custom/views/users.xml +++ b/indoteknik_custom/views/users.xml @@ -16,7 +16,6 @@ <field name="is_admin_reconcile"/> <field name="is_outbound"/> <field name="is_inbound"/> - <field name="chat_id_telegram" groups="indoteknik_custom.group_role_it"/> </field> </field> </record> |
