← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 741863] Re: [6.0] Cash and bank journals are unintendedly created as refund journals

 

Hello Stefan,

I have tested the issue in stable version but did not find any wrong
behavior in journal type. I have attached the screen shot for your
reference after running the wizard of installing the chart of account
for belgium.

So please check it and notify us with more information if problem still
persists at your end.

Thanks.

** Changed in: openobject-addons
       Status: New => Incomplete

-- 
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):
  Incomplete

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