Fall 5623: Änderung der Fußzeile
parent
c27c6d5611
commit
14dc99ea1a
|
|
@ -89,7 +89,7 @@
|
|||
·
|
||||
<span t-esc="company.email"/>
|
||||
·
|
||||
<span t-esc="company.website"/>
|
||||
<span t-esc="company.website.replace('http://', '')"/>
|
||||
</strong>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
<strong>
|
||||
IBAN:
|
||||
<!-- <span t-if="company.bank_ids" t-esc="company.bank_ids[0].acc_number"/> -->
|
||||
<span>AT46 3250 1000 0200 9306</span>
|
||||
<span>AT 46 3250 1000 0200 9306</span>
|
||||
·
|
||||
BIC:
|
||||
<!-- <span t-if="company.bank_ids" t-esc="company.bank_ids[0].bank_id.bic"/> -->
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
<div class="row" style="padding-left:0;">
|
||||
<div class="col-xs-12 text-center">
|
||||
<strong>
|
||||
Die AGBs sind auf der Homepage verfügbar.
|
||||
Die AGBs finden Sie auf unserer Website.
|
||||
</strong>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class ConfigGlaser(Config):
|
|||
'street2': False,
|
||||
'city': 'Spannberg',
|
||||
'zip': '2244',
|
||||
'phone': '+43 2538/8628 – 0',
|
||||
'phone': '+43 2538/8628–0',
|
||||
'email': 'office@tzaustria.com',
|
||||
'website': 'https://www.glaser-co.at',
|
||||
'company_registry': 'FN 61793 y',
|
||||
|
|
|
|||
|
|
@ -17,13 +17,13 @@ class ConfigTZA(Config):
|
|||
'zip': '2244',
|
||||
'phone': '+43 2538/8628 – 0',
|
||||
'email': 'office@tzaustria.com',
|
||||
'website': 'https://www.tzaustria.com/',
|
||||
'company_registry': 'FN 224119m',
|
||||
'website': 'www.tzaustria.com',
|
||||
'company_registry': 'FN2244119m',
|
||||
'country_id': 'at', # 'de' für Deutschland
|
||||
'vat': 'ATU 54619104',
|
||||
'vat': 'ATU 546 19 104',
|
||||
'vat_check_vies': True,
|
||||
'logo': '../ext/custom-addons/dp_custom/static/src/img/logo.png',
|
||||
'eori_nr': 'ATEOS 100011273',
|
||||
'eori_nr': 'ATEOS1 0000 11273',
|
||||
#'favicon_backend': '../ext/custom-addons/dp_custom/static/src/img/favicon.ico',
|
||||
#'favicon_backend_mimetype': 'image/x-icon'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue