Merge lp:~openerp-dev/openobject-addons/trunk-opw-574892-port-mma into lp:openobject-addons

Proposed by Mayur Maheshwari(OpenERP)
Status: Merged
Merged at revision: 8023
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-opw-574892-port-mma
Merge into: lp:openobject-addons
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/trunk-opw-574892-port-mma
Reviewer Review Type Date Requested Status
Purnendu Singh (OpenERP) (community) Approve
Review via email: mp+132317@code.launchpad.net

Description of the change

Hello,

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

Code is forward port from 6.1

Thanks,
Mayur

To post a comment you must log in.
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) :
review: Approve

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 2012-10-08 06:59:09 +0000
3+++ account_budget/account_budget_view.xml 2012-10-31 12:54:20 +0000
4@@ -220,7 +220,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>

Subscribers

People subscribed via source and target branches

to all changes: