summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-01-15 15:39:28 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-01-15 15:39:28 +0700
commitba593bd2979efdad24ee025f32504b72002205d2 (patch)
tree2e1e2544c0b359f80a3f6d68d67cf4f2134057ef /indoteknik_custom/views
parenta7a50ce0f4b80bf37c5abf8ba0f22ef1e2eeaf18 (diff)
PO revision without entering altama API
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index be01e980..48443057 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -31,6 +31,9 @@
<field name="approval_status"/>
<field name="amount_total_without_service"/>
</field>
+ <field name="approval_status" position="after">
+ <field name="revisi_po" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/>
+ </field>
<field name="currency_id" position="after">
<field name="summary_qty_po"/>
<field name="count_line_product"/>