← Back to team overview

openerp-india team mailing list archive

[Bug 1075900] Re: addons/account/account_move_journal.py method wrong usage

 

*** This bug is a duplicate of bug 1026434 ***
    https://bugs.launchpad.net/bugs/1026434

** This bug has been marked a duplicate of bug 1026434
   [trunk/6.1] Syntax error in addons/account/wizard/account_move_journal.py

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1075900

Title:
  addons/account/account_move_journal.py method wrong usage

Status in OpenERP Addons (modules):
  New

Bug description:
  Hello

  I found a BUG on addons/account/account_move_journal.py line 101:

  period = period_pool.browse(cr, uid, [period_id], ['name'])[0]['name']

  It should be like this.

  period = period_pool.read(cr, uid, [period_id], ['name'])[0]['name']

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1075900/+subscriptions


References