Skip to content

Commit

Permalink
Fix currency field visibility in purchase request view
Browse files Browse the repository at this point in the history
Updated the currency field to be explicitly invisible in the purchase request view, improving the interface by preventing unnecessary clutter.
  • Loading branch information
hafizhlf committed Sep 25, 2024
1 parent 02cdad5 commit 53e5df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purchase_request/views/purchase_request_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
</tree>
</field>
<group class="oe_subtotal_footer oe_right">
<field name="currency_id" column_invisible="1" />
<field name="currency_id" invisible="1" />
<div class="oe_subtotal_footer_separator oe_inline">
<label for="estimated_cost" />
</div>
Expand Down

0 comments on commit 53e5df6

Please sign in to comment.