Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Albert Cervera i Areny
A Dijous, 8 de novembre de 2012 20:26:02, Jordi Esteve va escriure: > Àngel Àlvarez Serra wrote: > > 2012/11/8 Cédric Krier : > >> On 08/11/12 17:28 +0100, Raimon Esteve wrote: > No, but I don't think it is needed (personaly I never used it) > >>> > >>> When a customer need to report some rec

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Jordi Esteve
Àngel Àlvarez Serra wrote: 2012/11/8 Cédric Krier : On 08/11/12 17:28 +0100, Raimon Esteve wrote: No, but I don't think it is needed (personaly I never used it) When a customer need to report some record and this record isn't a number sequence (not reference), how to find this

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Jordi Esteve
Cédric Krier wrote: On 08/11/12 17:42 +0100, Àngel Àlvarez Serra wrote: 2012/11/8 Cédric Krier : On 08/11/12 17:28 +0100, Raimon Esteve wrote: No, but I don't think it is needed (personaly I never used it) When a customer need to report some record and this record is

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Àngel Àlvarez Serra
2012/11/8 Raimon Esteve : >> On Mail or Phone support, ID helps us to find the correct record, >> sometimes it's dificult to find records only by references, because >> products had extra large names and only last 2 chars differs or >> simply find correct stock move. > > > Or when we search in

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Cédric Krier
On 08/11/12 17:55 +0100, Raimon Esteve wrote: > Or when we search in database using psql. Id is a good info to find some > records. Nothing prevent that. > Or add ID in search toolbar (filter) to find by ID (more clean) I thought about that but I think it will confuse the user. From experience f

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Raimon Esteve
> > On Mail or Phone support, ID helps us to find the correct record, > sometimes it's dificult to find records only by references, because > products had extra large names and only last 2 chars differs or > simply find correct stock move. > Or when we search in database using psql. Id is a g

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Cédric Krier
On 08/11/12 17:42 +0100, Àngel Àlvarez Serra wrote: > 2012/11/8 Cédric Krier : > > On 08/11/12 17:28 +0100, Raimon Esteve wrote: > >> > No, but I don't think it is needed (personaly I never used it) > >> > >> > >> When a customer need to report some record and this record isn't a number > >> sequen

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Àngel Àlvarez Serra
2012/11/8 Cédric Krier : > On 08/11/12 17:28 +0100, Raimon Esteve wrote: >> > No, but I don't think it is needed (personaly I never used it) >> >> >> When a customer need to report some record and this record isn't a number >> sequence (not reference), how to find this record? by ID > > I think it

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Cédric Krier
On 08/11/12 17:28 +0100, Raimon Esteve wrote: > > No, but I don't think it is needed (personaly I never used it) > > > When a customer need to report some record and this record isn't a number > sequence (not reference), how to find this record? by ID I think it is a design issue if the only way

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Raimon Esteve
2012/11/8 Cédric Krier > No, but I don't think it is needed (personaly I never used it) When a customer need to report some record and this record isn't a number sequence (not reference), how to find this record? by ID We use a lot this value to find records whitout reference (get ID in logs)

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Cédric Krier
On 08/11/12 12:01 +0100, Raimon Esteve wrote: > Why remove go to id? Here are the reasons: - it breaks the domain of the view - useless for user, how could he know which id to type, we never show the id (except in logs but cursor is already on the record). > Is there a another way

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Raimon Esteve
Why remove go to id? Is there a another way to go a id record? A pluging? -- tryton-dev@googlegroups.com mailing list

[tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/595002/ Affected files: M CHANGELOG M tryton/gui/window/form.py Index: CHANGELOG === --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +* Remove Goto + Version