Special Text regarding AGBs in Offer/Order/Invoice
parent
3da9dbda25
commit
f24609a335
|
|
@ -57,10 +57,10 @@ msgstr "<strong>\n"
|
|||
#. module: dp_reports_account
|
||||
#: model:ir.ui.view,arch_db:dp_reports_account.report_invoice_document
|
||||
msgid "<strong>\n"
|
||||
" <span class=\"col-xs-2\">Contact Person:</span>\n"
|
||||
" <span class=\"col-xs-2\" style=\"padding: 0px\">Contact Person:</span>\n"
|
||||
" </strong>"
|
||||
msgstr "<strong>\n"
|
||||
" <span class=\"col-xs-2\">Rechnungsbearbeiter:</span>\n"
|
||||
" <span class=\"col-xs-2\" style=\"padding: 0px\">Rechnungsbearbeiter:</span>\n"
|
||||
" </strong>"
|
||||
|
||||
#. module: dp_reports_account
|
||||
|
|
@ -99,6 +99,16 @@ msgstr "<strong>\n"
|
|||
" <span class=\"col-xs-2\">Telefon:</span>\n"
|
||||
" </strong>"
|
||||
|
||||
|
||||
#. module: dp_reports_account
|
||||
#: model:ir.ui.view,arch_db:dp_reports_account.report_invoice_document
|
||||
msgid "<br/>\n"
|
||||
" The general terms and conditions of TZ Tischlerzentrum GesmbH apply exclusively to this order\n"
|
||||
" <br/>"
|
||||
msgstr "<br/>\n"
|
||||
" Für diese Bestellung gelten ausschließlich die AGBs der TZ Tischlerzentrum GesmbH\n"
|
||||
" <br/>"
|
||||
|
||||
#. module: dp_reports_account
|
||||
#: model:ir.ui.view,arch_db:dp_reports_account.report_invoice_document
|
||||
msgid "<strong>Fiscal Position Remark:</strong>"
|
||||
|
|
|
|||
|
|
@ -337,6 +337,12 @@
|
|||
Dies ist eine steuerfreie innergemeinschaftliche Lieferung
|
||||
</p>
|
||||
-->
|
||||
<p class="col-xs-12">
|
||||
<br/>
|
||||
The general terms and conditions of TZ Tischlerzentrum GesmbH apply exclusively to this order
|
||||
<br/>
|
||||
</p>
|
||||
|
||||
<t t-if="o.fiscal_position_id and o.fiscal_position_id.note">
|
||||
<br/>
|
||||
</t>
|
||||
|
|
|
|||
|
|
@ -346,6 +346,11 @@
|
|||
<br/>
|
||||
If the damaged goods are accepted, there is no entitlement to reimbursement or replacement.
|
||||
</p>
|
||||
<p class="col-xs-12">
|
||||
<br/>
|
||||
The general terms and conditions of TZ Tischlerzentrum GesmbH apply exclusively to this order
|
||||
<br/>
|
||||
</p>
|
||||
<t t-if="o.state in ['draft','sent']">
|
||||
<t t-if="o.validity_date">
|
||||
<p class="col-xs-12">
|
||||
|
|
@ -358,11 +363,6 @@
|
|||
Validity: 14 days from the date of issue
|
||||
</p>
|
||||
</t>
|
||||
<p class="col-xs-12">
|
||||
<br/>
|
||||
The general terms and conditions of TZ Tischlerzentrum GesmbH apply exclusively to this order
|
||||
<br/>
|
||||
</p>
|
||||
<p class="col-xs-12">
|
||||
Order placed on: ____________________
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue