Merge lp:~openerp-dev/openobject-addons/trunk-bug-1124525-nco into lp:openobject-addons

Proposed by Nimesh Contractor(Open ERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1124525-nco
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
account_budget/account_budget_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1124525-nco
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+163118@code.launchpad.net

Description of the change

Hello,

  Fix budget line will get the duration of budget, because most of the time, the duration of the budget line will follow the duration of the budget.

Thanks.

To post a comment you must log in.

Unmerged revisions

8698. By Mahendra Barad(OpenERP)

[FIX] set duration dates in budget lines.

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 2013-03-14 11:27:40 +0000
3+++ account_budget/account_budget_view.xml 2013-05-09 09:24:27 +0000
4@@ -126,7 +126,7 @@
5 </group>
6 <notebook>
7 <page string="Budget Lines">
8- <field name="crossovered_budget_line" colspan="4" nolabel="1" attrs="{'readonly':[('state','!=','draft')]}">
9+ <field name="crossovered_budget_line" colspan="4" nolabel="1" context="{'default_date_from':date_from,'default_date_to':date_to}" attrs="{'readonly':[('state','!=','draft')]}">
10 <tree string="Budget Lines">
11 <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
12 <field name="general_budget_id"/>

Subscribers

People subscribed via source and target branches

to all changes: