openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12801
[Bug 1013229] Re: Audittrail y groub_by cause error
Hello Edgar,
Thanks for valuable information
But This issue is only effecting in stable_6. working fine with stable 6_1 as well with trunk .
As per our bug policy for stable_6 . It's not blocking point . So we can't validated it.
If you have our support and maintenance contracts then you can contact
them at support@xxxxxxxxxxx
Thanks for reporting..!!
** Changed in: openobject-addons
Status: Incomplete => Opinion
** Changed in: openobject-addons
Status: Opinion => Invalid
** Changed in: openobject-addons
Status: Invalid => 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/1013229
Title:
Audittrail y groub_by cause error
Status in OpenERP Addons (modules):
Won't Fix
Bug description:
Having installed Audittrail:
1.- I'll Administration > Configuration > Audit Rules
2.- I think a new rule on Journal Items, scoring: Log Writes, Log Deletes, Log Creates and Action Log.
3.- I'll Accounting > Journal Entries > Journal Items
4.- I select Group by...
And anyone who select generate the following error.
Traceback (most recent call last):
File "/home/xxxx/oerp/6.0/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/xxxx/oerp/6.0/server/bin/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/home/xxxx/oerp/6.0/modules/audittrail/audittrail.py", line 522, in execute
res = my_fct(db, uid, model, method, *args)
File "/home/xxxx/oerp/6.0/modules/audittrail/audittrail.py", line 518, in my_fct
return self.log_fct(db, uid_orig, model, method, fct_src, *args)
File "/home/xxxx/oerp/6.0/modules/audittrail/audittrail.py", line 423, in log_fct
for resource in resource_pool.read(cr, uid, res_ids):
File "/home/xxxx/oerp/6.0/server/bin/osv/orm.py", line 2944, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/home/xxxx/oerp/6.0/server/bin/osv/orm.py", line 3003, in _read_flat
cr.execute(query, (tuple(sub_ids),))
File "/home/xxxx/oerp/6.0/server/bin/sql_db.py", line 78, in wrapper
return f(self, *args, **kwargs)
File "/home/xxxx/oerp/6.0/server/bin/sql_db.py", line 131, in execute
res = self._obj.execute(query, params)
ProgrammingError: arguments IN must be expressions of records registration
LÍNEA 1: ...OM "account_move_line" WHERE account_move_line.id IN ((E'mov...
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1013229/+subscriptions
References