Merge lp:~openerp-dev/openobject-addons/7.0-bug-1169444-avo into lp:openobject-addons/7.0

Proposed by Amit Vora(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/7.0-bug-1169444-avo
Merge into: lp:openobject-addons/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
hr/hr_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/7.0-bug-1169444-avo
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+208109@code.launchpad.net

Description of the change

Hello,
I have fixed Create a Home Address on Employees from hr the new supplier are created as customer not as supplier.
Thanks.
avo

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

[MERGE] merge with main branch

9857. By Amit Vora(OpenERP)

[MRG] merge with main branch

9858. By Amit Vora(OpenERP)

[MRG] merge with main branch

9859. By Amit Vora(OpenERP)

[MRG]merge with main branch

9860. By Amit Vora(OpenERP)

[IMP] default_supplier false

9861. By Jaysinh Shukla(OpenERP)

[FIX] Enabling employee and supplier

Unmerged revisions

9861. By Jaysinh Shukla(OpenERP)

[FIX] Enabling employee and supplier

9860. By Amit Vora(OpenERP)

[IMP] default_supplier false

9859. By Amit Vora(OpenERP)

[MRG]merge with main branch

9858. By Amit Vora(OpenERP)

[MRG] merge with main branch

9857. By Amit Vora(OpenERP)

[MRG] merge with main branch

9856. By Amit Vora(OpenERP)

[MERGE] merge with main branch

9855. By Amit Vora(OpenERP)

[FIX] pass default value for supplier in context

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hr/hr_view.xml'
2--- hr/hr_view.xml 2013-10-16 09:21:06 +0000
3+++ hr/hr_view.xml 2014-06-11 06:51:25 +0000
4@@ -64,7 +64,7 @@
5 <field name="otherid" groups="base.group_hr_user"/>
6 </group>
7 <group string="Contact Information">
8- <field name="address_home_id" context="{'show_address': 1}" options='{"always_reload": True, "highlight_first_line": True}'/>
9+ <field name="address_home_id" context="{'show_address': 1,'default_supplier': True,'default_customer': False, 'default_employee' : True}" options='{"always_reload": True, "highlight_first_line": True}'/>
10 </group>
11 <group string="Status">
12 <field name="gender"/>