Fall 5623: Änderung der Fußzeile

develop
Ahmed Aly 2018-05-16 13:52:49 +02:00
parent c27c6d5611
commit 14dc99ea1a
3 changed files with 8 additions and 8 deletions

View File

@ -89,7 +89,7 @@
· ·
<span t-esc="company.email"/> <span t-esc="company.email"/>
&#183; &#183;
<span t-esc="company.website"/> <span t-esc="company.website.replace('http://', '')"/>
</strong> </strong>
</div> </div>
</div> </div>
@ -121,7 +121,7 @@
<div class="row" style="padding-left:0;"> <div class="row" style="padding-left:0;">
<div class="col-xs-12 text-center"> <div class="col-xs-12 text-center">
<strong> <strong>
Die AGBs sind auf der Homepage verfügbar. Die AGBs finden Sie auf unserer Website.
</strong> </strong>
</div> </div>
</div> </div>

View File

@ -17,13 +17,13 @@ class ConfigTZA(Config):
'zip': '2244', 'zip': '2244',
'phone': '+43 2538/8628 0', 'phone': '+43 2538/8628 0',
'email': 'office@tzaustria.com', 'email': 'office@tzaustria.com',
'website': 'https://www.tzaustria.com/', 'website': 'www.tzaustria.com',
'company_registry': 'FN 224119m', 'company_registry': 'FN2244119m',
'country_id': 'at', # 'de' für Deutschland 'country_id': 'at', # 'de' für Deutschland
'vat': 'ATU 546 19 104', 'vat': 'ATU 546 19 104',
'vat_check_vies': True, 'vat_check_vies': True,
'logo': '../ext/custom-addons/dp_custom/static/src/img/logo.png', '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': '../ext/custom-addons/dp_custom/static/src/img/favicon.ico',
#'favicon_backend_mimetype': 'image/x-icon' #'favicon_backend_mimetype': 'image/x-icon'
} }