← Back to team overview

banking-addons-team team mailing list archive

[Bug 1311041] [NEW] Bank Statement Manual Creation Gives error

 

Public bug reported:

Banking Addons 7.0

When creating Statement manual by clicking on create and then save
button it throws an error .

if statement.company_id.id != statement.period_id.company_id.id:
AttributeError: 'NoneType' object has no attribute 'id'

it is because period_id is readonly filed and when we are saving the
value is not passed from Webclient to Server.

** Affects: banking-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Banking
Addons Core Editors, which is subscribed to Banking Addons.
https://bugs.launchpad.net/bugs/1311041

Title:
  Bank Statement Manual Creation Gives error

Status in OpenERP Banking Addons:
  New

Bug description:
  Banking Addons 7.0

  When creating Statement manual by clicking on create and then save
  button it throws an error .

  if statement.company_id.id != statement.period_id.company_id.id:
  AttributeError: 'NoneType' object has no attribute 'id'

  it is because period_id is readonly filed and when we are saving the
  value is not passed from Webclient to Server.

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


Follow ups

References