diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-15 15:39:28 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-15 15:39:28 +0700 |
| commit | ba593bd2979efdad24ee025f32504b72002205d2 (patch) | |
| tree | 2e1e2544c0b359f80a3f6d68d67cf4f2134057ef /indoteknik_custom/views | |
| parent | a7a50ce0f4b80bf37c5abf8ba0f22ef1e2eeaf18 (diff) | |
PO revision without entering altama API
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 3 |
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"/> |
