Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanioan committed Jan 30, 2024
1 parent d76becb commit 770c3f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions l10n_ro_account_report_invoice/views/invoice_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@

<!-- fix floating of totals section -->
<div id="right-elements" position="before">
<div id="right-elements-wrapper" class="clearfix"/>
<div id="right-elements-wrapper" class="clearfix" />
</div>

<div id="right-elements-wrapper" position="inside">
<div id="right-elements" position="move"/>
<div id="right-elements" position="move" />
</div>

<xpath expr="//p[@name='note']" position="after">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<field name="arch" type="xml">
<block id="invoicing_settings" position="inside">
<field name="is_l10n_ro_record" invisible="1" />
<setting id="l10n_ro_no_signature_text" help="Invoices without stamp text" company_dependent="1" invisible="not is_l10n_ro_record">
<setting
id="l10n_ro_no_signature_text"
help="Invoices without stamp text"
company_dependent="1"
invisible="not is_l10n_ro_record"
>
<field
name="l10n_ro_no_signature_text"
placeholder="Insert your invoice without stamp text here..."
Expand Down

0 comments on commit 770c3f9

Please sign in to comment.