Merge lp:~openerp-dev/openobject-addons/trunk-bug-1098499-cga into lp:openobject-addons

Proposed by Chandni Gandhi(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1098499-cga
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
account_analytic_analysis/account_analytic_analysis_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1098499-cga
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+143437@code.launchpad.net

Description of the change

Hello,

Remove the search_default_partner_id in context of Sale Orders button of Contract.

Thanks

To post a comment you must log in.
8505. By Chandni Gandhi(OpenERP)

[MERGE]:With latest trunk

Unmerged revisions

8505. By Chandni Gandhi(OpenERP)

[MERGE]:With latest trunk

8504. By Chandni Gandhi(OpenERP)

[FIX]:Remove search_default_partner_id in context of Sale Orders button in Contract

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_analytic_analysis/account_analytic_analysis_view.xml'
2--- account_analytic_analysis/account_analytic_analysis_view.xml 2013-01-10 17:11:00 +0000
3+++ account_analytic_analysis/account_analytic_analysis_view.xml 2013-02-07 07:17:23 +0000
4@@ -72,7 +72,7 @@
5 <button name="%(action_sales_order)d" string="Sale Orders"
6 type="action"
7 class="oe_link"
8- context="{'default_partner_id': [partner_id], 'search_default_partner_id': [partner_id],'search_default_project_id': [active_id],'default_project_id': [active_id]}"
9+ context="{'default_partner_id': [partner_id], 'search_default_project_id': [active_id],'default_project_id': [active_id]}"
10 />
11 </td>
12 </tr><tr>

Subscribers

People subscribed via source and target branches

to all changes: