c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14208
[Bug 708467] Re: Act_window : Incomplete behavior
Hi Olivier!
Trying to think as a user (and I think, I can say I’ll manage that quiet
well) let me describe my point of view.
Could be, that it depends on the data that need to be filtered, but
(keeping the excample ‘product’) entering a unique product – sorry,
another bug ;-) – in ANY tree filter lets me expect to get a list with
information JUST for this product. Why should I use a more detailed
filter when I already know what I am looking for?
If I am looking for kind of information like ‘list all move lines of
products beginning with ‘RA’ (because ‘RA’ qualifies a group of
products)’ I won’t mind using a ‘like’ search (either through ‘%’ or
special filter which sets the like function).
And to be honest: I do not understand why you gave up the philosophy you
followed in version 5 – this issue is an issue in V6, right?
Am I wrong?
Steffi
--
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/708467
Title:
Act_window : Incomplete behavior
Status in OpenERP Server:
Confirmed
Bug description:
There has been a problem observed on act_windows(links or shortcuts).
The problem is, act_windows do not respect domain and they work
according to context set on search panel,but this context can lead to
a completely wrong result.
Example:
Install stock module(With demo data).
Go to Sales/Products , edit the code of CPU1 to be CPU.
Click on Stock Moves(act_windows), you will see that the the purpose of link is not served at all. (result includes records for cpu2,cpu3) as well.
Second problem, clicking NEW should set default product_id on new Stock.move,which doesn't happen anymore.
Overall,
1. If domain is not supposed to beset, there should be a special key which loads FILTERED records on links.
2. 'default_FIELD':active_id or kind of relevant entry should appear in context.
Thanks.
References