[FIX] website_sale_delivery: inherit view

bzr revid: chm@openerp.com-20131125151405-f9k1lzu91ep48hwx
This commit is contained in:
Christophe Matthieu 2013-11-25 16:14:05 +01:00
parent 07f7807e94
commit 1ae1c0b170
2 changed files with 2 additions and 2 deletions

View File

@ -886,7 +886,7 @@
</div>
</div>
<div class="js_payment mb64" t-if="not payment_acquirer_id and payments">
<div class="js_payment mb64" t-if="not payment_acquirer_id and payments" id="payment_method">
<p>Payment method:</p>
<div>
<t t-foreach="payments or []" t-as="payment">

View File

@ -6,7 +6,7 @@
<xpath expr="//t[@t-set='head']" position="inside">
<script type="text/javascript" src="/website_sale_delivery/static/src/js/website_sale_delivery.js"></script>
</xpath>
<xpath expr="//div[@id='js_payment']" position="before">
<xpath expr="//div[@id='payment_method']" position="before">
<t t-if="len(deliveries)">
<p>Choose Your Delivery method:</p>