summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-25 10:47:17 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-25 10:47:17 +0700
commit3c43b91173cdaf5762e2f39197a89a2b24090458 (patch)
tree6333ccb41f286a0b86d57bee1f34472687309339
parent551d22a1dad24b60e5e1117c70d008dd2eab454d (diff)
(andri) fix peletakan field pada view billreklas
-rw-r--r--indoteknik_custom/views/account_move.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
index e8061862..ad52a74a 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -37,6 +37,8 @@
</field>
<field name="ref" position="after">
<field name="sale_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/>
+ </field>
+ <field name="reklas_misc_id" position="after">
<field name="purchase_order_id" context="{'form_view_ref': 'purchase.purchase_order_form'}" options="{'no_create': True}"/>
<field name="bill_id" readonly="1"/>
</field>