summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/advance_payment_request.xml
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-20 11:19:03 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-20 11:19:03 +0700
commit4777ebcb87e53b2460661019d70c08aea938dd21 (patch)
tree5b925c7002fe1f8471a9ba18de98fd4d5558e7ff /indoteknik_custom/views/advance_payment_request.xml
parent06e514d5287d2a316787e80648a06b2d92dc0d47 (diff)
(andri) fix create
Diffstat (limited to 'indoteknik_custom/views/advance_payment_request.xml')
-rw-r--r--indoteknik_custom/views/advance_payment_request.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/advance_payment_request.xml b/indoteknik_custom/views/advance_payment_request.xml
index b7db4e07..39f8f588 100644
--- a/indoteknik_custom/views/advance_payment_request.xml
+++ b/indoteknik_custom/views/advance_payment_request.xml
@@ -121,7 +121,7 @@
<field name="account_id"/>
<!-- <field name="distance"/> -->
<field name="quantity"/>
- <field name="price"/>
+ <field name="price_unit"/>
<field name="total" sum="Total"/>
<field name="is_checked"/>
<field name="currency_id" invisible="1"/>
@@ -137,7 +137,7 @@
<field name="distance_departure" attrs="{'invisible': [('is_vehicle', '=', False)]}"/>
<field name="distance_return" attrs="{'invisible': [('is_vehicle', '=', False)]}"/>
<field name="quantity"/>
- <field name="price" attrs="{'readonly': [('is_vehicle', '=', True)]}" force_save ="1"/>
+ <field name="price_unit" attrs="{'readonly': [('is_vehicle', '=', True)]}" force_save ="1"/>
<field name="total" readonly="1"/>
<field name="currency_id" invisible="1"/>
<field name="attachment_type"/>