c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #26640
[Bug 798378] [NEW] Unsetting filter button causes exception
Public bug reported:
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.
** Affects: openobject-client-web
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References