Merge lp:~openerp-dev/openobject-addons/trunk-bug-1158406-amitvora into lp:openobject-addons

Proposed by Amit Vora(OpenERP)
Status: Superseded
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1158406-amitvora
Merge into: lp:openobject-addons
Diff against target: 10 lines (+1/-0)
1 file modified
crm/crm_lead.py (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1158406-amitvora
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+154914@code.launchpad.net

This proposal has been superseded by a proposal from 2013-03-25.

Description of the change

Hello,

When you fill in the company name the city, state and other information is automatically populated. The zipcode is also now automatically populated.

Thanks,
Amit.

To post a comment you must log in.
8644. By Amit Vora(OpenERP)

[IMP] improve the code

8645. By Amit Vora(OpenERP)

[MERGE] with trunk

Unmerged revisions

8645. By Amit Vora(OpenERP)

[MERGE] with trunk

8644. By Amit Vora(OpenERP)

[IMP] improve the code

8643. By Amit Vora(OpenERP)

[FIX] field name zip add when onchange function call

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'crm/crm_lead.py'
2--- crm/crm_lead.py 2013-03-14 11:27:40 +0000
3+++ crm/crm_lead.py 2013-03-25 05:48:21 +0000
4@@ -352,6 +352,7 @@
5 'phone' : partner.phone,
6 'mobile' : partner.mobile,
7 'fax' : partner.fax,
8+ 'zip' : partner.zip
9 }
10 return {'value' : values}
11

Subscribers

People subscribed via source and target branches

to all changes: