c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #28387
[Bug 798378] Re: Unsetting filter button causes exception
Thank you Vishal,
I reverted it back to '[]' (which is the most logical value) and it is working fine here too.
Probably it got corrected with one of the many commits about domain
expressions handling made in the server part. I think it can be closed
safely.
Thanks,
--
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/798378
Title:
Unsetting filter button causes exception
Status in OpenERP Web Client:
Incomplete
Bug description:
Since change made in revno 4632, within the `search` class the
variable 'domain' is initialized as an empty list, instead of as
`None` if empty.
This empty list causes an exception in the client web when disabling
active buttons. For example:
Sales -> Invoicing -> Lines to Invoice , when unsetting the
UNINVOICED button.
Reverting the `domain` variable initialization back to `None` seems to
solve the problem.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/798378/+subscriptions
References