changeset 044f385501f9 in modules/account_payment:default
details: 
https://hg.tryton.org/modules/account_payment?cmd=changeset;node=044f385501f9
description:
        Add payment icon

        issue9233
        review295411002
diffstat:

 icons/tryton-payment.svg |  1 +
 payment.xml              |  4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r ed3d73663a07 -r 044f385501f9 icons/tryton-payment.svg
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/tryton-payment.svg  Sat Apr 25 08:52:59 2020 +0200
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; height="24" viewBox="0 0 24 24" 
width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 4H4c-1.11 
0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 
14H4v-6h16v6zm0-10H4V6h16v2z"/></svg>
\ No newline at end of file
diff -r ed3d73663a07 -r 044f385501f9 payment.xml
--- a/payment.xml       Fri Apr 24 22:04:35 2020 +0200
+++ b/payment.xml       Sat Apr 25 08:52:59 2020 +0200
@@ -3,6 +3,10 @@
 this repository contains the full copyright notices and license terms. -->
 <tryton>
     <data>
+        <record model="ir.ui.icon" id="payment_icon">
+            <field name="name">tryton-payment</field>
+            <field name="path">icons/tryton-payment.svg</field>
+        </record>
 
         <record model="res.group" id="group_payment">
             <field name="name">Payment</field>

Reply via email to