← Back to team overview

openerp-india team mailing list archive

[Bug 1008957] Re: method '_query_get' of 'account_move_line' overwritten in 'account_jasper_report'

 

Hello Pedro,

"account_jasper_report" is part of the extra-addons, which are
maintained by the community, including all the modules created by
"OpenERP" or "Tiny", as none of these are actively developed by our
teams anymore.

As per your bug report you are absolutely right,  _query_get method on
account.py of "account_jasper_report" module didn't call the super
method of account_move_line object(account module). Which will create a
problem.

So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment. If you require further assistance with any similar
trouble while updating the module, do not hesitate to ask here or via a
question: https://answers.launchpad.net/openobject-addons

I hope you understand, and perhaps this explanation will be helpful to
you if you start fixing this extra-addon...

Thank you!

PS: For whomever works on fixing this, you probably want to apply/merge your changes in both the 6.0 branch of extra-addons:
https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
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/1008957

Title:
  method '_query_get' of 'account_move_line' overwritten in
  'account_jasper_report'

Status in OpenERP Addons (modules):
  Won't Fix

Bug description:
  In module account_jasper_report, method '_query_get' of model
  'account_move_line' is overwritten, but with no call to super,
  disabling the possibility of filtering balance by other methods like
  journals or chart accounts.

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


References