chore: Se agregan iconos personalizados a ventana principal y wizard de creación de llamada
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-22 17:17:22 -05:00
parent 9f8e0b96af
commit 4449b57f60
5 changed files with 37 additions and 2 deletions

View File

@@ -30,10 +30,15 @@ this repository contains the full copyright notices and license terms. -->
<field name="act_window" ref="act_call_tree"/>
</record>
<record model="ir.ui.icon" id="call_icon">
<field name="name">tryton-phone</field>
<field name="path">icons/tryton-phone.svg</field>
</record>
<menuitem
name="Calls"
sequence="10"
id="menu_calls"/>
id="menu_calls"
icon="tryton-phone"/>
<menuitem
parent="menu_calls"
sequence="30"

7
icons/tryton-phone.svg Normal file
View File

@@ -0,0 +1,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"/>

After

Width:  |  Height:  |  Size: 3.2 KiB

18
icons/tryton-tel.svg Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="#267F82">
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
<g id="SVGRepo_iconCarrier">
<path d="M50.19 20.6a3.33 3.33 0 0 0-4.62.8l-1.9 2.71a3.31 3.31 0 0 0 .8 4.61c5.41 3.81 1.59 9.22-.31 11.93S38.44 48.76 33 45a3.31 3.31 0 0 0-4.61.8l-1.91 2.7a3.31 3.31 0 0 0 .8 4.61C34.07 57.83 40 58 49.57 44.46s7.43-19.09.62-23.86z"/>
<rect x="8" y="8" width="6" height="6"/>
<rect x="20" y="8" width="6" height="6"/>
<rect x="32" y="8" width="6" height="6"/>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -83,5 +83,10 @@ this repository contains the full copyright notices and license terms. -->
<field name="string">Make call</field>
<field name="model" search="[('model', '=', 'sale.prospect_trace')]"/>
</record>
<record model="ir.ui.icon" id="call_icon2">
<field name="name">tryton-tel</field>
<field name="path">icons/tryton-tel.svg</field>
</record>
</data>
</tryton>

View File

@@ -26,7 +26,7 @@ this repository contains the full copyright notices and license terms. -->
</notebook>
<group col="-1" colspan="6" id="buttons">
<button name="wizard_make_call" icon="tryton-forward"/>
<button name="wizard_make_call" icon="tryton-tel"/>
<button name="wizard_schedule" icon="tryton-calendar"/>
</group>
<label name="pending_call"/>