Merge lp:~openerp-dev/openobject-addons/6.1-opw-582932-nep into lp:openobject-addons/6.1

Proposed by Nehal Panchal (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-582932-nep
Merge into: lp:openobject-addons/6.1
Diff against target: 11 lines (+1/-0)
1 file modified
stock/stock_view.xml (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-582932-nep
Reviewer Review Type Date Requested Status
Naresh(OpenERP) Pending
Review via email: mp+139150@code.launchpad.net

Description of the change

Hello,

If you have installed "claim_from_delivery" module, and click on "claim" link from Delivery Order form, web-client will throw traceback as "name 'partner_id' is not defined" due to context defined in act_window "Claim".

This fixes the issue.

Thanks

To post a comment you must log in.
7100. By Nehal Panchal (OpenERP)

[FIX] stock : Fixed the issue of missing partner_id field in form view of Delivery Orders

Unmerged revisions

7100. By Nehal Panchal (OpenERP)

[FIX] stock : Fixed the issue of missing partner_id field in form view of Delivery Orders

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml 2012-11-16 16:43:29 +0000
+++ stock/stock_view.xml 2012-12-11 09:57:56 +0000
@@ -889,6 +889,7 @@
889 <group colspan="4" col="4">889 <group colspan="4" col="4">
890 <field name="name" readonly="1"/>890 <field name="name" readonly="1"/>
891 <field name="origin" readonly="1"/>891 <field name="origin" readonly="1"/>
892 <field name="partner_id" invisible="1"/>
892 <field name="address_id" on_change="onchange_partner_in(address_id)" context="{'contact_display':'partner'}" colspan="4"/>893 <field name="address_id" on_change="onchange_partner_in(address_id)" context="{'contact_display':'partner'}" colspan="4"/>
893 <field name="invoice_state"/>894 <field name="invoice_state"/>
894 <field name="backorder_id" readonly="1" groups="base.group_extended"/>895 <field name="backorder_id" readonly="1" groups="base.group_extended"/>