Merge pull request #6078 from expsa/store_hyperpay_response
[IMP] payment_hyperpay, payment_hyperpay_tokenization: add payment ic…
This commit is contained in:
commit
2b5f9aadaa
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<template inherit_id="payment.payment_tokens_list">
|
<template id="payment_hyperpay_tokenization.payment_tokens_list" inherit_id="payment.payment_tokens_list">
|
||||||
<xpath expr="//t[@t-foreach='pms']//label" position="after">
|
<xpath expr="//t[@t-foreach='pms']//label" position="after">
|
||||||
<ul class="float-right list-inline payment_icon_list">
|
<ul class="float-right list-inline payment_icon_list">
|
||||||
<li t-attf-class="list-inline-item">
|
<li t-attf-class="list-inline-item">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue