[IMP] website_sale: Rename 'Incl Taxes' into Taxes

bzr revid: chm@openerp.com-20131212101442-k1abgkueua4t8iaa
This commit is contained in:
Christophe Matthieu 2013-12-12 11:14:42 +01:00
parent fa217bba33
commit dfe3ca1172
1 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@
</th>
</tr>
<tr class="text-muted">
<td><abbr title="Taxes may be updated after providing shipping address">Incl. Taxes:</abbr></td>
<td><abbr title="Taxes may be updated after providing shipping address">Taxes:</abbr></td>
<td class="text-right">
<span t-field="website_sale_order.amount_tax" t-field-options='{
"widget": "monetary",
@ -878,7 +878,7 @@
}'/></h3></th>
</tr>
<tr class="text-muted">
<td>Incl. Taxes:</td>
<td>Taxes:</td>
<td class="text-right"><span t-field="website_sale_order.amount_tax" t-field-options='{
"widget": "monetary",
"display_currency": "website.pricelist_id.currency_id"