Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu committed Oct 30, 2024
1 parent 5e3232f commit 762a0f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions l10n_ro_invoice_report/i18n/ro.po
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ msgstr "<span>Delegat:</span>"
msgid "<span>I received from</span>"
msgstr "<span>Am primit de la</span>"

#. module: l10n_ro_invoice_report
#: model_terms:ir.ui.view,arch_db:l10n_ro_invoice_report.l10n_ro_report_invoice_document
msgid "<span>I payed to</span>"
msgstr "<span>Am plătit către</span>"

#. module: l10n_ro_invoice_report
#: model_terms:ir.ui.view,arch_db:l10n_ro_invoice_report.l10n_ro_report_invoice_document
msgid "<span>Mean Transport:</span>"
Expand Down Expand Up @@ -233,7 +238,7 @@ msgstr ""
#. module: l10n_ro_invoice_report
#: model_terms:ir.ui.view,arch_db:l10n_ro_invoice_report.header_invoice
msgid "Customer:"
msgstr "Client"
msgstr "Client:"

#. module: l10n_ro_invoice_report
#: model:ir.model.fields,field_description:l10n_ro_invoice_report.field_account_bank_statement_line__delegate_id
Expand Down Expand Up @@ -439,7 +444,7 @@ msgstr "Arată valorile taxelor pe raportul de recepție"
#. module: l10n_ro_invoice_report
#: model_terms:ir.ui.view,arch_db:l10n_ro_invoice_report.header_invoice
msgid "Supplier:"
msgstr "Furnizor"
msgstr "Furnizor:"

#. module: l10n_ro_invoice_report
#: model_terms:ir.ui.view,arch_db:l10n_ro_invoice_report.l10n_ro_report_invoice_document
Expand Down
2 changes: 1 addition & 1 deletion l10n_ro_invoice_report/views/invoice_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<template id="header_invoice">
<div id="address" class="address row">
<t t-set="address_fields" t-value="['address']" />

<t t-set="res_company" t-value="o.company_id" />
<t t-if="res_company.email_on_invoice_address">
<t t-set="address_fields" t-value="address_fields + ['email']" />
</t>
Expand Down

0 comments on commit 762a0f1

Please sign in to comment.