You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
675 B

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="vracoop_address" inherit_id="website_sale.address">
  4. <xpath expr="//div[hasclass('checkbox')]" position="replace">
  5. <div t-if="website.type_livraison" class="checkbox">
  6. <label>
  7. <input type="checkbox" id='shipping_use_same' class="mr8" name='use_same' value="1" checked='checked'/>Livrer à la meme adresse
  8. <span class='ship_to_other text-muted' style="display: none">&amp;nbsp;(<i>Votre adresse de livraison vous sera demandée plus tard) </i></span>
  9. </label>
  10. </div>
  11. </xpath>
  12. </template>
  13. </odoo>