Skip to content

Commit

Permalink
Merge pull request #227 from ecosoft-odoo/15.0-add-readme-frappe-etax…
Browse files Browse the repository at this point in the history
…-service

[FIX] request_document_expense: add name xml
  • Loading branch information
Saran440 authored Dec 11, 2024
2 parents cf43ef0 + 8fa7912 commit 3be9e2a
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 3be9e2a

Please sign in to comment.