summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/advance_payment_request.xml
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-14 14:00:20 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-14 14:00:20 +0700
commit0dd05f30c003ffa2ada402c9e882dfddb7ce4f44 (patch)
tree40abf18f5e64e3986686ac861c532cb42376e0ac /indoteknik_custom/views/advance_payment_request.xml
parent545d32974a0d18a4a6560ad222ca5ab7cd0552f6 (diff)
(andri) view realisasi + fix
Diffstat (limited to 'indoteknik_custom/views/advance_payment_request.xml')
-rw-r--r--indoteknik_custom/views/advance_payment_request.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/indoteknik_custom/views/advance_payment_request.xml b/indoteknik_custom/views/advance_payment_request.xml
index a8eec4f3..74ed296d 100644
--- a/indoteknik_custom/views/advance_payment_request.xml
+++ b/indoteknik_custom/views/advance_payment_request.xml
@@ -49,9 +49,10 @@
type="object"
class="oe_stat_button"
icon="fa-check-square-o"
- attrs="{'invisible': [('status', '!=', 'approved')]}">
+ style="width: 280px;"
+ attrs="{'invisible': ['|', ('status', '!=', 'approved'), ('has_settlement', '=', False)]}">
<!-- <field name="settlement_ids" widget="statinfo" string="Realisasi PUM"/> -->
- <field name="settlement_name" class="o_stat_text" nolabel="1"/>
+ <field name="settlement_name" widget="statinfo" string="Realisasi PUM"/>
</button>
<field name="is_cab_visible" invisible="1"/>
<button type="object"