Skip to content

Commit

Permalink
fixup! fixup! [IMP] improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vyshnevska committed Feb 17, 2021
1 parent bd2fbf4 commit 6be66c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion l10n_ch_qr_bill_scan/wizard/account_invoice_import_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ref="account_invoice_import.account_invoice_import_form"
/>
<field name="arch" type="xml">
<xpath expr="//div[@name='help-import']" position="replace">
<xpath expr="//div[@name='help-import']" position="before">
<div name="help-import-scan" states="import">
<p><big>
<big>
Expand All @@ -48,6 +48,9 @@
>Partner was not found or is not set as a supplier. Please create or select the partner before continuing</p>
</div>
</xpath>
<xpath expr="//div[@name='help-import']" position="attribute">
<attribute name="invisible">1</attribute>
</xpath>
<field name="partner_id" position="attributes">
<attribute
name="context"
Expand Down

0 comments on commit 6be66c3

Please sign in to comment.