Browse Source

Update screenshots

Remove old-style icons on buttons
pull/23/head
Alexis de Lattre 9 years ago
parent
commit
c915f4e072
  1. 4
      asterisk_click2dial/__openerp__.py
  2. BIN
      asterisk_click2dial/images/sshot-click2dial.jpg
  3. BIN
      asterisk_click2dial/images/sshot-open_calling_party.jpg
  4. BIN
      asterisk_click2dial/static/description/sshot-click2dial.jpg
  5. BIN
      asterisk_click2dial/static/description/sshot-open_calling_party.jpg
  6. 4
      base_phone/wizard/number_not_found_view.xml
  7. 4
      crm_phone/wizard/number_not_found_view.xml

4
asterisk_click2dial/__openerp__.py

@ -104,10 +104,6 @@ http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector
'web_asterisk_click2dial.xml',
],
'demo': ['asterisk_click2dial_demo.xml'],
'images': [
'images/sshot-click2dial.jpg',
'images/sshot-open_calling_party.jpg',
],
'qweb': ['static/src/xml/*.xml'],
'css': ['static/src/css/*.css'],
'application': True,

BIN
asterisk_click2dial/images/sshot-click2dial.jpg

Before

Width: 800  |  Height: 402  |  Size: 62 KiB

BIN
asterisk_click2dial/images/sshot-open_calling_party.jpg

Before

Width: 763  |  Height: 529  |  Size: 58 KiB

BIN
asterisk_click2dial/static/description/sshot-click2dial.jpg

After

Width: 882  |  Height: 477  |  Size: 56 KiB

BIN
asterisk_click2dial/static/description/sshot-open_calling_party.jpg

After

Width: 595  |  Height: 484  |  Size: 42 KiB

4
base_phone/wizard/number_not_found_view.xml

@ -31,7 +31,7 @@
<group colspan="4" col="2" name="create-update">
<group name="partner" string="Create or Update a Partner"
colspan="1" col="2">
<button name="create_partner" icon="gtk-new" colspan="2"
<button name="create_partner" class="oe_highlight" colspan="2"
string="Create Partner with this Number" type="object"/>
<field name="to_update_partner_id"
on_change="onchange_to_update_partner(to_update_partner_id)"/>
@ -39,7 +39,7 @@
options="{'dial_button_invisible': True}"/>
<field name="current_partner_mobile" widget="phone"
options="{'dial_button_invisible': True}"/>
<button name="update_partner" icon="gtk-convert" colspan="2"
<button name="update_partner" class="oe_highlight" colspan="2"
string="Update Partner with this Number" type="object"/>
</group>
</group>

4
crm_phone/wizard/number_not_found_view.xml

@ -16,7 +16,7 @@
<group name="create-update" position="inside">
<group name="lead" string="Create or Update a Lead"
colspan="1" col="2">
<button name="create_lead" icon="gtk-new" colspan="2"
<button name="create_lead" colspan="2"
string="Create Lead with this Number" type="object"/>
<field name="to_update_lead_id"
on_change="onchange_to_update_lead(to_update_lead_id)"/>
@ -24,7 +24,7 @@
options="{'dial_button_invisible': True}"/>
<field name="current_lead_mobile" widget="phone"
options="{'dial_button_invisible': True}"/>
<button name="update_lead" icon="gtk-convert" colspan="2"
<button name="update_lead" colspan="2"
string="Update Lead with this Number" type="object"/>
</group>
</group>

Loading…
Cancel
Save