On 06 Jul 12:00, Guillem Barba Domingo wrote:
> Hi,
> what do you think to allow to open the related instance in a Many2One field
> in a new tab when you click the "open form" button of field with the
> "Shilft" (or other modifier key).
> The option already exists in the context menu ("Edit..." entry), so it is
> only to add the modifyier way.
> 
> And I think it would be great to could open all the related instances in
> *2Many fields with a single action. It could be to add context menú with
> "Edit.." equivalent entry (I think the name is not the best in this case)
> to the *2Many widget.
> A modifyier alternative for this action could be click on "change view"
> button of One2Many widget with Shilft key pressed.

I think it is a bad idea because it will break a lot of stuffs.
If such target records are changed they probably have effect on the
current edited record so on_change must be triggered which is not
possible if not done via popup. Also domain inversion should be applied
on such edition otherwise it is too easy to corrupt the integrity of the
data.

So in short, the edit mode was made on purpose not so easy to use
because it should not be use by default.


-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpPUe8FgUPsl.pgp
Description: PGP signature

Reply via email to