Skip to content

Commit

Permalink
[FIX] request_document_expense: add name xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed Dec 11, 2024
1 parent bc10ac7 commit 8fa7912
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion request_document_expense/views/request_document_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
<field name="inherit_id" ref="request_document.view_request_document_form" />
<field name="arch" type="xml">
<xpath expr="//sheet" position="inside">
<div attrs="{'invisible': [('request_type', '!=', 'expense')]}">
<div
name="expense_type"
attrs="{'invisible': [('request_type', '!=', 'expense')]}"
>
<div class="oe_title">
<label for="expense_name" />
<h1>
Expand Down

0 comments on commit 8fa7912

Please # to comment.