IRC logs of #tryton for Monday, 2016-08-22

chat.freenode.net #tryton log beginning Mon Aug 22 00:00:01 CEST 2016
2016-08-22 00:44 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-08-22 03:58 -!- nramirezuy(~nramirezu@r167-62-29-228.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-08-22 07:30 -!- rpit(~rpit@2a02:908:e674:5940:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-08-22 07:58 -!- scrapper(~scrapper@88.117.159.6) has joined #tryton
2016-08-22 08:07 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-08-22 08:33 -!- gytis(~gytis@v100.nfq.lt) has joined #tryton
2016-08-22 08:46 -!- udono(~udono@ip-37-201-245-214.hsi13.unitymediagroup.de) has joined #tryton
2016-08-22 08:52 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-08-22 08:59 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-08-22 09:04 -!- meigallodixital(~meigallod@188.72.113.49) has joined #tryton
2016-08-22 09:12 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2016-08-22 10:07 -!- notizblock(~notizbloc@nblock.org) has joined #tryton
2016-08-22 10:09 <silwol> When I have a reference field (like the "Product Template" field in the variant form), I have an "Edit" entry in the context menu which opens the referenced item on toplevel.
2016-08-22 10:10 <silwol> When I have a list of references (e.g. "Variants" in the "Products" form), then I have no method of directly switching to this like the "Edit" entry does this.
2016-08-22 10:10 <silwol> Would it make sense to have this on the list items as well?
2016-08-22 10:11 <silwol> Imo, it would help navigating around between articles and products a lot.
2016-08-22 10:28 <cedk> silwol: are you talking about Many2One instead of Reference ?
2016-08-22 10:29 <silwol> cedk: I don't know how it's called internally, just speaking from a UI perspective.
2016-08-22 10:30 <cedk> silwol: Do you mean you want to switch to form list when selecting a record for a Many2One?
2016-08-22 10:35 <silwol> cedk:see https://ipfs.pics/QmRF5jkCQWaqVcHD549HN8cBP6QcKR5T1nijv6uxbV8jKo vs. https://ipfs.pics/QmVfPACVgrQzG8qU4JamfDZbv2e6mjqeRrqg4kWgnXUNQ4
2016-08-22 10:36 <silwol> cedk: I would like to have something similar to the first picture in the context menu in the second picture
2016-08-22 10:39 <cedk> silwol: you can double click
2016-08-22 10:39 <cedk> silwol: we can not add such contextual menu on one2many because it is records inside the main record
2016-08-22 10:40 <silwol> cedk: if I double-click, I don't get the full form as if I had opened the referenced variant directly from the variants list.
2016-08-22 10:42 <silwol> cedk: e.g. I am at the product form, and I would like to edit the default locations, I have to go to the variants menu entry, search by name which I copy from the product name, and then open it. I can not directly open it from the context menu.
2016-08-22 10:45 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2016-08-22 10:49 <cedk> silwol: which verions?
2016-08-22 10:51 <silwol> cedk: It applies for all versions I have tried (3.8 and 4.0), but becomes more relevant because 4.0 shows less variant details in the product form
2016-08-22 10:54 <cedk> silwol: the missing field could be added to the simple form of variant if needed
2016-08-22 10:54 <cedk> I guess for default location it makes sense
2016-08-22 10:56 <silwol> it's the same with BOM
2016-08-22 10:56 <silwol> not being able to switch over to the referenced data directly slows down product maintenance a lot
2016-08-22 10:57 <cedk> or better there could be a relate from template to variants
2016-08-22 11:10 <cedk> silwol: could you fill an issue?
2016-08-22 11:13 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-08-22 11:22 <silwol> cedk: ok
2016-08-22 11:30 <silwol> cedk: done, issue #5813
2016-08-22 11:43 <pokoli> silwol: i have implemented it in https://tryton-rietveld.appspot.com/30431002
2016-08-22 11:43 <pokoli> silwol: will be great if you can provide feedback
2016-08-22 12:20 <silwol> pokoli: that was fast.
2016-08-22 12:21 <silwol> not being familiar with the codebase, I made a quick attempt to change the code to do what I wanted in the first place, and I quickly came to this: http://paste.ubuntu.com/23078012/ (diff against current devel branch)
2016-08-22 12:21 <silwol> I am wondering if there are any reasons why this should not work…
2016-08-22 12:27 <pokoli> silwol: I don't know what you try to achieve with your diff
2016-08-22 12:27 <pokoli> silwol: but for me what you propose should use the relates functionality
2016-08-22 12:29 <silwol> pokoli: I am just wondering: I can use the context menu to open the attachments and the notes of the referenced item, but not the item itself.
2016-08-22 12:31 <silwol> pokoli: adding this to the relates works for this reference (template->product), but does not for others. adding it to the client code makes the functionality available for all relation lists
2016-08-22 12:33 <pokoli> silwol: but relate can be also openen from all the views
2016-08-22 12:33 <cedk> silwol: No, we will never add the contextual Edit on One2Many, it will broke the application
2016-08-22 12:35 <silwol> ok, then it's probably best to go with the relate entry.
2016-08-22 12:35 <silwol> i'll test the patch from pokoli
2016-08-22 12:40 -!- meigallodixital(~meigallod@188.72.113.49) has joined #tryton
2016-08-22 13:05 -!- mariomop(~quassel@host47.181-15-234.telecom.net.ar) has joined #tryton
2016-08-22 13:24 -!- nramirezuy(~nramirezu@r167-62-29-228.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-08-22 15:03 -!- shrox(shrox@nat/iiit/x-dqcgvpatzrhkrnss) has joined #tryton
2016-08-22 16:01 -!- nramirezuy(~nramirezu@r167-62-112-151.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-08-22 16:30 -!- niki(~niki@0x3e2c872d.mobile.telia.dk) has joined #tryton
2016-08-22 17:14 -!- nramirezuy(~nramirezu@r167-62-41-58.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-08-22 17:21 <pokoli> cedk: is domain inversion implemented on sao?
2016-08-22 17:21 <pokoli> cedk: the domain you proposed on https://tryton-rietveld.appspot.com/30431002 works correctly on GTK but not on sao :$
2016-08-22 17:34 <cedk> pokoli: it is
2016-08-22 17:35 <pokoli> cedk: could you point to the code? I'm searching for it without success
2016-08-22 17:58 <cedk> pokoli: Sao.common.DomainInversion
2016-08-22 18:01 <pokoli> cedk: yes this is working correctly, but the value is not correctly set on the form when clicking the new button
2016-08-22 18:01 -!- meigallodixital(~meigallod@188.72.113.50) has joined #tryton
2016-08-22 18:01 <pokoli> cedk: nor is readonly when editing an existing record
2016-08-22 18:01 -!- meigallodixital_(~meigallod@188.72.113.41) has joined #tryton
2016-08-22 18:08 -!- marc0s(~marcos@unaffiliated/marc0s) has joined #tryton
2016-08-22 18:46 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-08-22 20:09 -!- scrapper(~scrapper@88.117.159.6) has joined #tryton
2016-08-22 20:18 -!- shrox(shrox@nat/iiit/x-fbqlbxyprtrmbtky) has joined #tryton
2016-08-22 20:34 -!- Zdenek(4b9ff864@gateway/web/freenode/ip.75.159.248.100) has joined #tryton
2016-08-22 20:37 -!- zdenek_(~zdenek@d75-159-248-100.abhsia.telus.net) has joined #tryton
2016-08-22 20:39 <zdenek_> I've searched the IRC logs and doc.tryton.org. What is the recommended way to handle overpayment of an invoice from a customer?
2016-08-22 21:56 -!- scrapper(~scrapper@88.117.159.6) has joined #tryton
2016-08-22 22:08 -!- nicoe(~nicoe@109.132.45.119) has joined #tryton
2016-08-22 22:28 -!- scrapper(~scrapper@88.117.159.6) has joined #tryton
2016-08-22 23:57 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!