Merge lp://qastaging/~jb.eficent/department-mgmt/department-mgmt-bugfixes_analytic into lp://qastaging/~department-core-editors/department-mgmt/7.0
Proposed by
JB (eficent.com)
Status: | Rejected |
---|---|
Rejected by: | Joël Grand-Guillaume @ camptocamp |
Proposed branch: | lp://qastaging/~jb.eficent/department-mgmt/department-mgmt-bugfixes_analytic |
Merge into: | lp://qastaging/~department-core-editors/department-mgmt/7.0 |
Diff against target: |
65 lines (+32/-1) 3 files modified
analytic_department/__openerp__.py (+1/-1) analytic_department/analytic.py (+20/-0) analytic_department/analytic_view.xml (+11/-0) |
To merge this branch: | bzr merge lp://qastaging/~jb.eficent/department-mgmt/department-mgmt-bugfixes_analytic |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joël Grand-Guillaume @ camptocamp | code review + test | Disapprove | |
Daniel Reis | Needs Fixing | ||
Pedro Manuel Baeza | code review | Needs Information | |
Review via email:
|
Description of the change
Fixes bugs 1296119, 1296109
To post a comment you must log in.
Unmerged revisions
- 19. By JB (eficent.com)
-
Defaults department in analytic line during create, based on the department of the analytic account.
- 18. By JB (eficent.com)
-
Fixes bugs #1296119, #1296109 on analytic_department
Hi, Jordi,
Thanks for the contribution. Some questions about your MP:
- Why do you need _get_department method? If you put a related field, this method is not needed.
- Is it possible that you link a different department for the same account_id? If it's so, related field is not the best approach.
Regards.