c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #25919
[Bug 741863] Re: [6.0] Cash and bank journals are unintendedly created as refund journals
Thanks for the fix Stefan,
Your branch has been merged into stable by revision 4640
jvo@xxxxxxxxxxx-20110607182144-xxj0eyeyanvvcdxy.
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
** Changed in: openobject-addons
Milestone: None => 6.0.3
** Changed in: openobject-addons
Importance: Undecided => Medium
** Changed in: openobject-addons
Importance: Medium => Low
** Changed in: openobject-addons
Assignee: xrg (xrg) => (unassigned)
** Changed in: openobject-addons
Assignee: (unassigned) => Stefan Rijnhart (Therp) (stefan-therp)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/741863
Title:
[6.0] Cash and bank journals are unintendedly created as refund
journals
Status in OpenERP Modules (addons):
Fix Released
Bug description:
In 6.0 head, the chart of accounts wizard creates bank and cash
journals as refund journals. This is an unintended consequence of the
fact that the same python dictionary is reused for journal creation,
right after the creation of the refund journals. The 'refund_journal'
boolean value is never overwritten or deleted.
We noticed this when manually encoding cash entries on accounts with
default taxes messed up our tax report.
The same problem does not appear to exist in trunk anymore due to a
rewrite of this part of the code.
References