Merge lp://staging/~openerp-dev/openobject-addons/7.0-opw-595714-chandni into lp://staging/openobject-addons/7.0
Proposed by
Chandni Machchhar(OpenERP)
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~openerp-dev/openobject-addons/7.0-opw-595714-chandni | ||||
Merge into: | lp://staging/openobject-addons/7.0 | ||||
Diff against target: |
33 lines (+2/-3) 2 files modified
account_budget/account_budget.py (+1/-2) account_budget/account_budget_view.xml (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~openerp-dev/openobject-addons/7.0-opw-595714-chandni | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Houssine (community) | Approve | ||
Vinay Rana (OpenERP) | Pending | ||
Naresh(OpenERP) | Pending | ||
OpenERP Core Team | Pending | ||
Review via email: mp+178299@code.staging.launchpad.net |
Description of the change
Hello,
I have Fix the problem in budget line, if you forgot to assign accounts to budgetary position saving your line will block your budget. You won't be able anymore to edit it.
To reproduce :
- create a budget -> budget line
- for the budget line define a budgetary position without account.
It gives error message.
Thanks,
Chandni.
To post a comment you must log in.
Unmerged revisions
- 9338. By Chandni Machchhar(OpenERP)
-
[IMP] Remove Error Message and make the field required.
- 9337. By Chandni Machchhar(OpenERP)
-
[IMP] Improve the code for creating budget lines.
- 9336. By Chandni Machchhar(OpenERP)
-
[FIX] Bug when creating budget lines.
- 9335. By Chandni Machchhar(OpenERP)
-
[FIX] Bug when creating budget lines.
this fix the bug! thanks!