summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-08-01 14:55:20 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-08-01 14:55:20 +0700
commitc8ef030b4c1cb6b8daa14c081f569c71fbbda639 (patch)
treeb8fa8332b6f66942bf4ada201abde26e4c29fc0a
parentb479cc1c461559810cb5ebe9a05f628dc291a8ef (diff)
add widget url
-rw-r--r--indoteknik_custom/views/res_partner.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index a030a75c..38cd2756 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -217,7 +217,7 @@
<group string="Aging Info">
<field name="avg_aging" readonly="1"/>
<field name="payment_difficulty" attrs="{'readonly': [('parent_id', '!=', False)]}" />
- <field name="payment_history_url" readonly="1" />
+ <field name="payment_history_url" readonly="1" widget="url"/>
</group>
</page>
</notebook>