Merge lp://staging/~openerp-dev/openobject-addons/6.1-opw-574812-skh into lp://staging/openobject-addons/6.1
Status: | Approved |
---|---|
Approved by: | Vinay Rana (OpenERP) |
Approved revision: | 6804 |
Proposed branch: | lp://staging/~openerp-dev/openobject-addons/6.1-opw-574812-skh |
Merge into: | lp://staging/openobject-addons/6.1 |
Diff against target: |
43 lines (+5/-5) 1 file modified
account_analytic_plans/account_analytic_plans_view.xml (+5/-5) |
To merge this branch: | bzr merge lp://staging/~openerp-dev/openobject-addons/6.1-opw-574812-skh |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Vinay Rana (OpenERP) (community) | Approve | ||
Naresh(OpenERP) | Pending | ||
Review via email: mp+106186@code.staging.launchpad.net |
Description of the change
Hello Sir,
[FIX]account_
Steps to reproduce:
Checked in web-client
1. Install account_analytic plan module.
2. Open Journal Entries from "Accounting/Journal Entries/Journal Entries"
3. Select Journal (eg: Cash) and create move line. Enter the value for required field such as, Name, Account and then select the Analytic Distribution.
Error Occurred:
ValueError: Error during evaluation of this context: "{'journal_
This branch fixes this issue.
Kindly review the branch and please share your views on it.
Thanks,
Somesh Khare
Unmerged revisions
- 6804. By Somesh Khare
-
[FIX]account_
analytic_ plan : Error occurred journal_id not defined while creating the move line(Case: Ref 574812)
As I found duplicate fix which I approved previously https:/ /code.launchpad .net/~openerp- dev/openobject- addons/ 6.1-opw- 578771- mra/+merge/ 122623 which is not cover all xml code so this is better fix compare to MRA branch, as this fix is done previously so I am considering this one for approval.