openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12857
[Bug 1013229] Re: [6.0/6.1/trunk] Audittrail : read_group should be skipped just like others!
Luckily, I have an example called 'import_data' . Just to face such an
issue with this, do a simple import from GUI for the model which has
been subscribed by you for audit.
EXAMPLE : Thanks for doing the first example. Carrying that forward,
create a simple CSV with id,name as first line and 'test','OpenERP' as
second line which means you are going to enter a partner called OpenERP.
Load the CSV for import, press Import button and there you are! System
tried to read assuming ids as first argument but first argument is a
list of fields to be set for import.
And yes, this is a bug for 6.0, 6.1 and trunk till the correction is
made.
Hope to get this resolved in all versions.
Merge proposals have been attached.
Thanks.
--
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:
[6.0/6.1/trunk] Audittrail : read_group should be skipped just like
others!
Status in OpenERP Addons (modules):
Confirmed
Status in OpenERP Addons 6.0 series:
Won't Fix
Status in OpenERP Addons 6.1 series:
Confirmed
Status in OpenERP Addons trunk series:
Confirmed
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