c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #28413
[Bug 798378] Re: Unsetting filter button causes exception
Hello,
According to comment no #4 I am closing this issue.
Thanks.
** Changed in: openobject-client-web
Status: Incomplete => Invalid
--
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:
Invalid
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