Department is not being defaulted when the analytic lines are created
Bug #1296119 reported by
JB (eficent.com)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Department Management |
New
|
Undecided
|
Unassigned |
Bug Description
When you validate an invoice that is associated to an analytic account the application creates an analytic line, but the department is not being entered, even when the analytic account that the line belongs to has a department already assigned.
Related branches
lp://qastaging/~jb.eficent/department-mgmt/department-mgmt-bugfixes_analytic
- Joël Grand-Guillaume @ camptocamp: Disapprove (code review + test)
- Daniel Reis: Needs Fixing
- Pedro Manuel Baeza: Needs Information (code review)
-
Diff: 65 lines (+32/-1)3 files modifiedanalytic_department/__openerp__.py (+1/-1)
analytic_department/analytic.py (+20/-0)
analytic_department/analytic_view.xml (+11/-0)
lp://qastaging/~camptocamp/department-mgmt/add-account-department-fix-default-anyltic-jge
- Daniel Reis: Approve
- Guewen Baconnier @ Camptocamp: Approve (code review)
- JB (eficent.com): Pending requested
-
Diff: 118 lines (+66/-3)2 files modifiedanalytic_department/analytic.py (+51/-3)
analytic_department/analytic_view.xml (+15/-0)
To post a comment you must log in.
I have now related the branch that fixes the bug