Feedback 1683: Briefkopf / Header - Dokumente

develop
Ahmed Aly 2018-05-17 10:54:25 +02:00
parent e5d5db187a
commit fe7319c14d
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@
· ·
<span t-esc="company.email"/> <span t-esc="company.email"/>
&#183; &#183;
<span t-esc="company.website.replace('http://', '')"/> <span t-esc="company.website.replace('http://', '').replace('https://', '')"/>
</strong> </strong>
</div> </div>
</div> </div>
@ -166,7 +166,7 @@
</div> </div>
<div> <div>
<strong> <strong>
<span t-esc="company.partner_id.website"/> <span t-esc="company.partner_id.website.replace('http://', '').replace('https://', '')"/>
</strong> </strong>
</div> </div>
</template> </template>