Not sure if I'm right, but we have pulled our server to the latest branch; I still got an empty result when I search with the filter "Active is equal to False" . It seems that there is no way I can get a list of de-activated accounts. Beside adjustment directly into the database, any idea when the customer can enable these disabled accounts themselves ?
-- 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/745679 Title: Can't search for Active=False in Accounts if there is a result Status in OpenERP Modules (addons): Fix Committed Bug description: I search for part of an account code. When I add a custom filter "Active is equal to False" in Accounting / Configuration / Financial Accounting / Accounts / Accounts, I get the following error. This error only occurs if the search would return something! When I search for non existing data, there is no error. Environment Information : System : Windows-Vista-6.1.7601-SP1 OS Name : nt Operating System Release : Vista Operating System Version : 6.1.7601 Operating System Architecture : 32bit Operating System Locale : de_DE.cp1252 Python Version : 2.5.2 OpenERP-Client Version : 6.0.1 Last revision No. & ID :Bazaar Package not Found !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 "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 2940, in read result = self._read_flat(cr, user, select, fields, context, load) File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 3054, in _read_flat if isinstance(res2[record['id']], str): res2[record['id']] = eval(res2[record['id']]) #TOCHECK : why got string instend of dict in python2.6 TypeError: 'NoneType' object is unsubscriptable /launchpad-openerp/openobject-addons revno: 4479 /launchpad-openerp/openobject-server revno: 3377 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

