changeset 3755f577495c in modules/marketing:default
details: https://hg.tryton.org/modules/marketing?cmd=changeset;node=3755f577495c
description:
        Add tryton prefix to icon file name
diffstat:

 icons/marketing.svg        |  1 -
 icons/tryton-marketing.svg |  1 +
 marketing.xml              |  2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 8a087ed1abdf -r 3755f577495c icons/marketing.svg
--- a/icons/marketing.svg       Mon May 04 12:18:11 2020 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24"><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 
2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z"/><path d="M0 0h24v24H0z" 
fill="none"/></svg>
\ No newline at end of file
diff -r 8a087ed1abdf -r 3755f577495c icons/tryton-marketing.svg
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/tryton-marketing.svg        Sun May 10 11:57:33 2020 +0200
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24"><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 
2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z"/><path d="M0 0h24v24H0z" 
fill="none"/></svg>
\ No newline at end of file
diff -r 8a087ed1abdf -r 3755f577495c marketing.xml
--- a/marketing.xml     Mon May 04 12:18:11 2020 +0200
+++ b/marketing.xml     Sun May 10 11:57:33 2020 +0200
@@ -13,7 +13,7 @@
 
         <record model="ir.ui.icon" id="marketing_icon">
             <field name="name">tryton-marketing</field>
-            <field name="path">icons/marketing.svg</field>
+            <field name="path">icons/tryton-marketing.svg</field>
         </record>
 
         <menuitem name="Marketing" id="menu_marketing" sequence="6" 
icon="tryton-marketing"/>

Reply via email to