Skip to content

Commit

Permalink
Merge PR #752 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 15, 2023
2 parents 8953f62 + 4b32655 commit d811d0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website_sale_checkout_skip_payment/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
* David Vidal <david.vidal@tecnativa.com>
* Martin Wilderoth <martin.wilderoth@linserv.se>
* Alexandre Díaz <alexandre.diaz@tecnativa.com>
* `Studio73 <https://www.studio73.es>`_:

* Miguel Gandia <miguel@studio73.es>
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
name="t-if"
>not website_sale_order.amount_total and not website.checkout_skip_payment</attribute>
</xpath>
<xpath expr="//div[@t-if='not (acquirers or tokens)']" position="attributes">
<attribute
name="t-if"
separator=" "
add="and not website.checkout_skip_payment"
/>
</xpath>
</template>
<template id="confirmation" inherit_id="website_sale.confirmation">
<xpath
Expand Down

0 comments on commit d811d0d

Please sign in to comment.