Merge lp:~openerp-dev/openobject-addons/6.1-opw-574892-ksa into lp:openobject-addons/6.1

Proposed by Kirti Savalia(OpenERP)
Status: Approved
Approved by: Vinay Rana (OpenERP)
Approved revision: 6804
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-574892-ksa
Merge into: lp:openobject-addons/6.1
Diff against target: 23 lines (+12/-1)
1 file modified
account_budget/account_budget_view.xml (+12/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-574892-ksa
Reviewer Review Type Date Requested Status
Vinay Rana (OpenERP) (community) Approve
Naresh(OpenERP) Pending
Review via email: mp+106304@code.launchpad.net

Description of the change

Hello,

Fixed the list view containing all budget lines are opened instead of only the ones related to the current account

Thanks
KSA

To post a comment you must log in.
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) :
review: Approve
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,

This bug was qualified as Confirmed on Trunk (means still existing and reproducible). A Merge Proposal for trunk was created to fix it. Here is the link to follow the MP on Launchpad https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-574892-port-mma/+merge/132317 and be informed once it's been merged in trunk: ... If this Merge Proposal could not be merged in v6.1 at the release of v7.0, it will be closed.

Thanks,
Naresh Soni

Unmerged revisions

6804. By Kirti Savalia(OpenERP)

[FIX]:The list view containing all budget lines are opened instead of only the ones related to the current account

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_budget/account_budget_view.xml'
2--- account_budget/account_budget_view.xml 2011-11-09 15:50:12 +0000
3+++ account_budget/account_budget_view.xml 2012-05-18 05:18:19 +0000
4@@ -196,7 +196,18 @@
5 <menuitem parent="next_id_31"
6 id="menu_act_crossovered_budget_view"
7 action="act_crossovered_budget_view" sequence="1" />
8-
9+
10+ <record id="view_crossovered_budget_line_search" model="ir.ui.view">
11+ <field name="name">account.budget.line.search</field>
12+ <field name="model">crossovered.budget.lines</field>
13+ <field name="type">search</field>
14+ <field name="arch" type="xml">
15+ <search string="Budget Lines">
16+ <field name="analytic_account_id"/>
17+ </search>
18+ </field>
19+ </record>
20+
21 <record model="ir.ui.view" id="view_crossovered_budget_line_tree">
22 <field name="name">crossovered.budget.line.tree</field>
23 <field name="model">crossovered.budget.lines</field>