Merge lp:~openerp-dev/openobject-addons/trunk-bug-1096833-fka into lp:openobject-addons

Proposed by Foram Katharotiya (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1096833-fka
Merge into: lp:openobject-addons
Diff against target: 34 lines (+3/-3)
2 files modified
crm/crm_lead_view.xml (+2/-2)
event/event_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1096833-fka
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+143644@code.launchpad.net

Description of the change

Hello,

 fixed the issue of state field in crm.

Thanks,
FKA

To post a comment you must log in.
8508. By Foram Katharotiya (OpenERP)

[MERGE] with trunk

Unmerged revisions

8508. By Foram Katharotiya (OpenERP)

[MERGE] with trunk

8507. By Foram Katharotiya (OpenERP)

[IMP] change width of state field

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'crm/crm_lead_view.xml'
2--- crm/crm_lead_view.xml 2013-01-10 12:51:29 +0000
3+++ crm/crm_lead_view.xml 2013-02-01 13:09:22 +0000
4@@ -127,7 +127,7 @@
5 <field name="street2"/>
6 <div class="address_format">
7 <field name="city" placeholder="City" style="width: 40%%"/>
8- <field name="state_id" on_change="onchange_state(state_id)" options='{"no_open": True}' placeholder="State" style="width: 24%%"/>
9+ <field name="state_id" on_change="onchange_state(state_id)" options='{"no_open": True}' placeholder="State" style="width: 58%%"/>
10 <field name="zip" placeholder="ZIP" style="width: 34%%"/>
11 </div>
12 <field name="country_id" placeholder="Country" options='{"no_open": True}'/>
13@@ -447,7 +447,7 @@
14 <field name="street2"/>
15 <div class="address_format">
16 <field name="city" placeholder="City" style="width: 40%%"/>
17- <field name="state_id" options='{"no_open": True}' on_change="onchange_state(state_id)" placeholder="State" style="width: 24%%"/>
18+ <field name="state_id" options='{"no_open": True}' on_change="onchange_state(state_id)" placeholder="State" style="width: 58%%"/>
19 <field name="zip" placeholder="ZIP" style="width: 34%%"/>
20 </div>
21 <field name="country_id" placeholder="Country" options='{"no_open": True}'/>
22
23=== modified file 'event/event_view.xml'
24--- event/event_view.xml 2012-12-16 10:49:21 +0000
25+++ event/event_view.xml 2013-02-01 13:09:22 +0000
26@@ -86,7 +86,7 @@
27 <field name="street2"/>
28 <div class="address_format">
29 <field name="city" placeholder="City" style="width: 40%%"/>
30- <field name="state_id" class="oe_no_button" placeholder="State" style="width: 37%%" options='{"no_open": true}'/>
31+ <field name="state_id" class="oe_no_button" placeholder="State" style="width: 58%%" options='{"no_open": true}'/>
32 <field name="zip" placeholder="ZIP" style="width: 20%%"/>
33 </div>
34 <field name="country_id" placeholder="Country" class="oe_no_button" options='{"no_open": true}'/>

Subscribers

People subscribed via source and target branches

to all changes: