c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #28472
[Bug 808460] Re: [V6.0.2] Follow up accounting
Hello,
I have checked your issue with latest stable and trunk both.
But all are working as expected.
So would you please provide more information or provide proper example
on this.
I have attached a video for your reference so would you please check it
and notify us where did you face the problem.
Thanks and waiting for your reply!
** 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/808460
Title:
[V6.0.2] Follow up accounting
Status in OpenERP Modules (addons):
Incomplete
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
Follow ups
References