diff options
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> |
