← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 808460] Re: [V6.0.2] Follow up accounting

 

Hello,

Would you please check it again.

Currently I am closing this bug if you still faced the problem then you
can reopen this with more information.

Thanks.


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

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

Title:
  [V6.0.2] Follow up accounting

Status in OpenERP Modules (addons):
  Invalid

Bug description:
  On asking report for followup account i have this message:
  Traceback (most recent call last):
    File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/malatestay/openerp/addons/account_followup/wizard/account_followup_print.py", line 322, in do_print
      date, int(id),))
    File "/usr/local/lib/python2.6/dist-packages/openerp-server/sql_db.py", line 78, in wrapper
      return f(self, *args, **kwargs)
    File "/usr/local/lib/python2.6/dist-packages/openerp-server/sql_db.py", line 131, in execute
      res = self._obj.execute(query, params)
  ProgrammingError: ERREUR:  la colonne « followup_line_id » est de type integer mais l'expression est de type boolean
  LIGNE 1 : UPDATE account_move_line SET followup_line_id=false, followu...
                                                          ^
  ASTUCE : Vous devez réécrire l'expression ou lui appliquer une transformation de type.

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


References