+ https://bugs.tryton.org/roundup/issue1343 Isn't this a core feature to be delivered directly with the server? http://codereview.appspot.com/179112/diff/1/3 ...
16 years, 5 months ago
(2009-12-21 12:52:26 UTC)
#2
On 2009/12/21 12:52:26, yangoon wrote: > > Isn't this a core feature to be delivered ...
16 years, 5 months ago
(2009-12-21 13:08:30 UTC)
#4
On 2009/12/21 12:52:26, yangoon wrote:
>
> Isn't this a core feature to be delivered directly with the server?
>
We must be as modular as possible.
If the feature can be put in a module, it is better.
On 2009/12/21 13:08:30, ced wrote: > On 2009/12/21 12:52:26, yangoon wrote: > > > > ...
16 years, 5 months ago
(2009-12-21 13:55:03 UTC)
#5
On 2009/12/21 13:08:30, ced wrote:
> On 2009/12/21 12:52:26, yangoon wrote:
> >
> > Isn't this a core feature to be delivered directly with the server?
> >
>
> We must be as modular as possible.
> If the feature can be put in a module, it is better.
Yes, ir, res, etc, are also modules, but they are included in the server.
I would propose a new folder sysmodules for core modules (and if not too
complicated to migrate all sys modules there)
When choosing Action Dashboard as Dasboard Action, the following error results.It would be good, to ...
16 years, 5 months ago
(2009-12-21 18:36:57 UTC)
#10
When choosing Action Dashboard as Dasboard Action, the following error
results.It would be good, to filter the Dasboard from the Actions.
Traceback (most recent call last):
File "/trytond/protocols/netrpc.py", line 47, in run
res = dispatch(host, port, 'NetRPC', *msg)
File "/trytond/protocols/dispatcher.py", line 119, in dispatch
obj = pool.get(object_name, type=object_type)
File "/trytond/pool.py", line 138, in get
return self._pool[self.database_name][type][name]
KeyError: None
On 2009/12/21 18:36:57, udo.spallek wrote: > When choosing Action Dashboard as Dasboard Action, the following ...
16 years, 5 months ago
(2009-12-21 19:44:37 UTC)
#13
On 2009/12/21 18:36:57, udo.spallek wrote:
> When choosing Action Dashboard as Dasboard Action, the following error
> results.It would be good, to filter the Dasboard from the Actions.
>
> Traceback (most recent call last):
> File "/trytond/protocols/netrpc.py", line 47, in run
> res = dispatch(host, port, 'NetRPC', *msg)
> File "/trytond/protocols/dispatcher.py", line 119, in dispatch
> obj = pool.get(object_name, type=object_type)
> File "/trytond/pool.py", line 138, in get
> return self._pool[self.database_name][type][name]
> KeyError: None
Is fixed with Patch set 3.
But I am missing the complete Dashboard inside the small frame ;-)
On 2009/12/21 20:01:20, udo.spallek wrote: > Another feature idea: > Make frame-boarders user-resizable, and store ...
16 years, 5 months ago
(2009-12-22 12:13:18 UTC)
#20
On 2009/12/21 20:01:20, udo.spallek wrote:
> Another feature idea:
> Make frame-boarders user-resizable, and store the settings.
Would be nice indeed! Frames are changing on switch view, but it would make
sense nevertheless.
On 2009/12/21 18:14:54, udo.spallek wrote: > one feature whish: > when I select a record, ...
16 years, 5 months ago
(2009-12-22 12:42:03 UTC)
#21
On 2009/12/21 18:14:54, udo.spallek wrote:
> one feature whish:
> when I select a record, it would be great, when the choosen record opens in
form
> view when I press open.
I would support, that the mostly wished and expected behavior would be to see
the selected record(s) in form view. And it would be a great feature to be able
to open several selected records in new tabs at once.
Drawbacks: Since you can choose multiple records at once, a great number could
kill the client. Perhaps this could be solved by a max number of records to be
opened from a board view. And a request, if max number is exceeded: 'You are
going to open <number_of_records> tabs. Do you really want to proceed?'
On 2009/12/22 12:42:03, yangoon wrote: > On 2009/12/21 18:14:54, udo.spallek wrote: > > one feature ...
16 years, 5 months ago
(2009-12-22 13:53:42 UTC)
#22
On 2009/12/22 12:42:03, yangoon wrote:
> On 2009/12/21 18:14:54, udo.spallek wrote:
> > one feature whish:
> > when I select a record, it would be great, when the choosen record opens in
> form
> > view when I press open.
>
> I would support, that the mostly wished and expected behavior would be to see
> the selected record(s) in form view. And it would be a great feature to be
able
> to open several selected records in new tabs at once.
>
> Drawbacks: Since you can choose multiple records at once, a great number could
> kill the client. Perhaps this could be solved by a max number of records to be
> opened from a board view. And a request, if max number is exceeded: 'You are
> going to open <number_of_records> tabs. Do you really want to proceed?'
I think this is not the place to talk about new features.
You should use roundup or the wiki.
Issue 179112: New module dashboard
(Closed)
Created 16 years, 5 months ago by ced1
Modified 16 years, 5 months ago
Reviewers: bch, yangoon1, udono
Base URL:
Comments: 1