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