Created on 2019-01-02.17:46:30 by lordvan, last changed 1 month ago by roundup-bot.
New changeset a09c69691f69 by Sergi Almacellas Abellana in branch 'default': Allow multiple templates to be added/removed on a category https://hg.tryton.org/tryton-env/rev/a09c69691f69
New changeset d6fb1bd8902b by Sergi Almacellas Abellana in branch 'default': Allow multiple templates to be added/removed on a category https://hg.tryton.org/modules/product/rev/d6fb1bd8902b
On 2020-09-26 19:30, Sergi Almacellas Abellana wrote: > El 25/9/20 a les 22:40, Cédric Krier ha escrit: > > Instead I think we should provide a link on the category form to open > > another form with the Many2Many field to add products. > > I like the idea of the link but for me the problem is that the current link widged does not allow to show the number of records of a Many2Many (only the ones for the action). So I'm wondering if it won't be better to add a counter (functional field) and a button to open the new view. By link I did not mean <link/> but a relate or a button (named "Add Products"). I do not think it is needed to show any counter.
El 25/9/20 a les 22:40, Cédric Krier ha escrit: > Instead I think we should provide a link on the category form to open > another form with the Many2Many field to add products. I like the idea of the link but for me the problem is that the current link widged does not allow to show the number of records of a Many2Many (only the ones for the action). So I'm wondering if it won't be better to add a counter (functional field) and a button to open the new view. What do you think?
On 2020-09-25 16:19, Sergi Almacellas Abellana wrote: > This will load all the products of the category when opening the form. Is is ok or we need any extra optimization? For me, it is an issue because it penalize users with large product sets. Instead I think we should provide a link on the category form to open another form with the Many2Many field to add products.
Here is review308201003 which implements it by adding the many2many on the category form. This will load all the products of the category when opening the form. Is is ok or we need any extra optimization?
maybe put it in a wizard?
It means adding the reverse Many2Many on product.category but we should be careful to avoid unnecessary load because this list may contain a very large number of products.
Having to edit each product template to assign a category is not very efficient. Would be best to be able to add products directly on the category UI with some way to bulk-select multiple at once
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-11-23 18:05:28 | roundup-bot | set | messages: + msg62137 |
2020-11-23 18:05:26 | roundup-bot | set | messages:
+ msg62136 nosy: + roundup-bot status: testing -> resolved |
2020-11-16 10:32:41 | pokoli | set | status: in-progress -> testing |
2020-11-12 10:27:26 | reviewbot | set | messages: + msg61855 |
2020-10-12 00:13:55 | reviewbot | set | messages: + msg60818 |
2020-10-09 23:23:38 | reviewbot | set | messages: + msg60755 |
2020-10-08 00:20:18 | reviewbot | set | messages: + msg60652 |
2020-09-26 22:14:05 | ced | set | messages: + msg60404 |
2020-09-26 19:30:44 | pokoli | set | status: testing -> in-progress messages: + msg60401 |
2020-09-25 22:40:03 | ced | set | messages: + msg60393 |
Showing 10 items. Show all history (warning: this could be VERY long)