IRC logs of #tryton for Thursday, 2016-12-08

chat.freenode.net #tryton log beginning Thu Dec 8 00:00:01 CET 2016
2016-12-08 00:52 -!- kstenger1(~karla@r186-48-39-23.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-12-08 01:27 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-12-08 02:37 -!- nicoe(~nicoe@103.240.242.247) has joined #tryton
2016-12-08 02:42 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-12-08 03:49 -!- smarro(~sebastian@201-212-238-53.net.prima.net.ar) has joined #tryton
2016-12-08 04:44 -!- thaneor1(~ldlc6@179.26.107.248) has joined #tryton
2016-12-08 06:14 -!- nicoe(~nicoe@103.240.242.247) has joined #tryton
2016-12-08 07:20 -!- nicoe(~nicoe@103.240.242.247) has joined #tryton
2016-12-08 07:26 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-12-08 07:39 -!- JanGB(~jan@dslb-088-073-246-007.088.073.pools.vodafone-ip.de) has joined #tryton
2016-12-08 08:35 -!- udono(~udono@tmo-100-59.customers.d1-online.com) has joined #tryton
2016-12-08 08:44 -!- Timitos(~kpreisler@80.146.165.65) has joined #tryton
2016-12-08 09:05 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-12-08 09:20 -!- rpit(~rpit@2a02:908:e672:7480:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-12-08 09:24 -!- JanGB(~jan@dslb-088-073-246-007.088.073.pools.vodafone-ip.de) has joined #tryton
2016-12-08 09:33 -!- elbenfreund(~elbenfreu@x59cc8a73.dyn.telefonica.de) has joined #tryton
2016-12-08 09:54 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-12-08 09:55 -!- elbenfreund(~elbenfreu@p57AC9BDB.dip0.t-ipconnect.de) has joined #tryton
2016-12-08 09:58 -!- nicoe(~nicoe@103.240.242.247) has joined #tryton
2016-12-08 10:07 -!- rpit(~rpit@aftr-37-24-151-106.unity-media.net) has joined #tryton
2016-12-08 10:10 <mrichez> hi, i'm creating my first wizard... when i click on the action, the view of the wizard won't display. No error. Any idea ?
2016-12-08 10:29 <cedk> mrichez: maybe wrong id
2016-12-08 10:33 -!- flachtassekasse(~flachtass@p5DD18CD2.dip0.t-ipconnect.de) has joined #tryton
2016-12-08 10:37 <mrichez> cedk: should i prefix the id with the module name in the Stateview ?
2016-12-08 10:46 <cedk> mrichez: yes
2016-12-08 10:50 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-12-08 11:04 <mrichez> cedk: still no display. Any way to debug deeper ? here's my log: http://pastebin.com/zBJBbDEa
2016-12-08 11:07 <cedk> mrichez: it looks like the start state goes directly to end state
2016-12-08 11:14 <mrichez> cedk: i define a transition_start with some processing
2016-12-08 11:15 <mrichez> cedk: http://pastebin.com/2gRef6E2
2016-12-08 11:18 -!- nicoe(~nicoe@103.240.242.247) has joined #tryton
2016-12-08 11:20 <mrichez> cedk: i add a raise_user_warning in my default_ process but nothing happens
2016-12-08 11:26 <cedk> mrichez: it is what I said, the transition_start return 'end' so it starts and close directly
2016-12-08 11:27 <cedk> mrichez: the return value of a transition define which state to run after
2016-12-08 11:30 <mrichez> cedk: so it's better to work with StateAction than StateTransition ?
2016-12-08 11:38 <mrichez> cedk: ok i look other wizard and i understand my error
2016-12-08 11:48 -!- flachtassekasse(~flachtass@p5DD1897C.dip0.t-ipconnect.de) has joined #tryton
2016-12-08 12:15 -!- mariomop(~quassel@181.110.216.210) has joined #tryton
2016-12-08 13:27 -!- udono(~udono@tmo-108-205.customers.d1-online.com) has joined #tryton
2016-12-08 13:58 -!- flachtassekasse(~flachtass@p5DD1897C.dip0.t-ipconnect.de) has joined #tryton
2016-12-08 14:03 -!- silwol_(~silwol@80.66.37.182) has joined #tryton
2016-12-08 14:46 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-12-08 14:58 <tryingtryton> I'm seeing the sale amount getting debited from the warehouse. If i have other locations with the product (from the warehouse via internal moves), how do i sell from those locations as well?
2016-12-08 15:04 <cedk> tryingtryton: another sale or you customize sale module to get warehouse per line
2016-12-08 15:05 <cedk> tryingtryton: be careful when we talk about amount, we usually understand money and not quantity
2016-12-08 15:11 <mrichez> hi, when i try to save multiple lines on a model ( Model.save(datas) ), i get this error: 'AttributeError: 'dict' object has no attribute '_transaction'
2016-12-08 15:19 <tryingtryton> cedk: Is that like an internal sale or something from the company to itself so the product moves from location to location?
2016-12-08 15:24 -!- elbenfreund(~elbenfreu@x59cc8969.dyn.telefonica.de) has joined #tryton
2016-12-08 15:40 <cedk> tryingtryton: of course you can shipment between warehouses
2016-12-08 15:42 <mrichez> ok found my error
2016-12-08 15:44 <tryingtryton> OK, they would just need to be configured as such instead of the storage units i'm using now.
2016-12-08 15:44 <tryingtryton> I think that was the problem. Will test it now.
2016-12-08 15:44 <tryingtryton> Then, in theory, the sale would present more than one warehouse option, i supose.
2016-12-08 15:45 <cedk> tryingtryton: no, sale is for one warehouse if you do not customize it
2016-12-08 15:45 <tryingtryton> There's no possibility of choosing the warehouse when do you a sale?
2016-12-08 15:54 <cedk> tryingtryton: there is a field warehouse
2016-12-08 16:09 <JanGB> cedk: is it desired behavior that on addresses the autocomplete is requested on each line in tree-view?
2016-12-08 16:17 <cedk> tryingtryton: can you fix your bugtracker email address? Last time.
2016-12-08 16:17 <cedk> JanGB: if it is for different values probably
2016-12-08 16:19 <JanGB> cedk: ok - seems to be heavy load on big tables
2016-12-08 16:23 -!- mamcode_(~mamcode@190-204-2-151.dyn.dsl.cantv.net) has joined #tryton
2016-12-08 16:24 <tryingtryton> ced: there's no problem with it. I've seen one mail go through. It's using google's MX servers, so the problem could be on your end.
2016-12-08 16:24 <cedk> tryingtryton: no it is google rejecting email for no reason
2016-12-08 16:25 <cedk> tryingtryton: so you have to fix it or I will deactivate the account, we do not need to receive bounce message every time
2016-12-08 16:26 <cedk> tryingtryton: It is not our fault if google think it is spam
2016-12-08 16:27 <cedk> it is the business interest of Google to force people to use their Gmail stuffs
2016-12-08 16:27 <cedk> more over they did not even care to provide a reason for the bounce
2016-12-08 16:29 -!- kobain(~kobain@unaffiliated/kobain) has joined #tryton
2016-12-08 16:34 <cedk> ACTION think to no more help tryingtryton because of his behaviour
2016-12-08 16:42 -!- kstenger(~karla@r167-56-243-243.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-12-08 17:08 -!- mamcode(~mamcode@190-204-2-151.dyn.dsl.cantv.net) has joined #tryton
2016-12-08 17:25 -!- kobain(~kobain@unaffiliated/kobain) has joined #tryton
2016-12-08 17:55 -!- Timitos(~kpreisler@80.146.165.65) has left #tryton
2016-12-08 18:32 -!- tryingtryton(94002863@gateway/web/freenode/ip.148.0.40.99) has joined #tryton
2016-12-08 18:40 <tryingtryton> cedk: Have received three mails from the bugtracker. It's not on our end, or rather Google's end in this case.
2016-12-08 18:45 <tryingtryton> It's the same mail address we use for our Github account and that's working fine.
2016-12-08 18:50 -!- Timitos(~kpreisler@tmo-112-52.customers.d1-online.com) has joined #tryton
2016-12-08 19:18 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-12-08 19:26 -!- Timitos(~kpreisler@tmo-112-52.customers.d1-online.com) has joined #tryton
2016-12-08 19:26 -!- morfeokmg(~smuxi@201.130.57.147) has joined #tryton
2016-12-08 19:41 -!- Timitos(~kpreisler@tmo-112-52.customers.d1-online.com) has left #tryton
2016-12-08 19:43 -!- sebd(~seb@aditu.ldd.fr) has joined #tryton
2016-12-08 20:14 -!- morfeokmg(~smuxi@201.130.57.147) has joined #tryton
2016-12-08 20:40 -!- flachtassekasse(~flachtass@p5DD182B3.dip0.t-ipconnect.de) has joined #tryton
2016-12-08 20:57 -!- morfeokmg(~smuxi@201.166.157.126) has joined #tryton
2016-12-08 21:09 -!- morfeokmg(~smuxi@201.130.57.147) has joined #tryton
2016-12-08 21:13 -!- flachtassekasse(~flachtass@p5DD182B3.dip0.t-ipconnect.de) has joined #tryton
2016-12-08 21:15 <tryingtryton> Location "test truck" with existing moves cannot be changed to a type that does not support moves.
2016-12-08 21:16 <tryingtryton> Warehouses don't support moves?
2016-12-08 21:17 <JanGB> tryingtryton: yes - view type
2016-12-08 21:32 <tryingtryton> How can Tryton handle point-of-sale? For example, i have a location configured as a warehouse so parties can buy from there. However, i see the shipment status in Waiting. Can the parties go to the warehouse to buy the product rather than requiring a shipment?
2016-12-08 21:34 <JanGB> tryingtryton: buying there is the shortest possible shipment, but shipment :)
2016-12-08 21:36 <JanGB> tryingtryton: you can set shipemnt method on sale to manual - then you must handle your stock by hand
2016-12-08 21:38 -!- flachtassekasse(~flachtass@p5DD182B3.dip0.t-ipconnect.de) has joined #tryton
2016-12-08 22:09 -!- flachtassekasse(~flachtass@p5DD182B3.dip0.t-ipconnect.de) has joined #tryton
2016-12-08 22:52 <tryingtryton> JanGB: If it's set to "manual", what do you mean by handling the stock by hand? I'm trying to figure out how to fit this model into Tryton.
2016-12-08 22:56 <JanGB> when you encode a sale you can set shipment method
2016-12-08 22:58 <tryingtryton> Not seeing where that's done - just the shipment lines.
2016-12-08 22:59 <JanGB> tryingtryton: sale - tab "other"
2016-12-08 23:10 <tryingtryton> What means the warning "Carrier on sale is not valid according to its domain"?
2016-12-08 23:12 <kstenger> tryingtryton: you may have to check your carrier selection criterias
2016-12-08 23:17 -!- JosDzG(~Thunderbi@187.188.72.36) has joined #tryton
2016-12-08 23:48 -!- morfeokmg(~smuxi@201.130.57.144) has joined #tryton
2016-12-08 23:50 -!- nineinchnick(~jwas@109.231.18.27) has joined #tryton

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