chat.freenode.net #tryton log beginning Tue Mar 27 00:00:01 CEST 2018 | ||
-!- JosDzG(~Thunderbi@187.217.195.45) has joined #tryton | 22:29 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 23:14 | |
-!- kstenger1(~karla@r186-50-21-101.dialup.adsl.anteldata.net.uy) has joined #tryton | 23:34 | |
-!- JanGB(~jan@ip5f5b2f5d.dynamic.kabel-deutschland.de) has joined #tryton | 01:06 | |
-!- zmijunkie1(~Adium@200116b80ac67f00b02b43cdf55d171b.dip.versatel-1u1.de) has joined #tryton | 02:05 | |
-!- yangoon(~mathiasb@i59F4D974.versanet.de) has joined #tryton | 02:38 | |
-!- _2cadz(~2cadz@82-64-14-213.subs.proxad.net) has joined #tryton | 05:11 | |
-!- _2cadz(~2cadz@195.200.169.66) has joined #tryton | 05:54 | |
-!- rpit(~rpit@p4FFB7E77.dip0.t-ipconnect.de) has joined #tryton | 06:04 | |
-!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton | 06:17 | |
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | 06:26 | |
-!- _2cadz(~2cadz@195.200.169.66) has joined #tryton | 06:44 | |
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | 07:00 | |
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton | 07:45 | |
-!- zmijunkie(~Adium@x2f7f366.dyn.telefonica.de) has joined #tryton | 08:02 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 08:25 | |
-!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton | 08:30 | |
-!- zmijunkie1(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton | 08:46 | |
pokoli | when reserving a customer shipment with a product with lot required, should tryton propose which lot should I be picked? | 09:21 |
---|---|---|
cedk | pokoli: no | 09:26 |
cedk | pokoli: to be complete, since the begining lot are considered as a way to register what happened not what to do | 09:41 |
cedk | indeed I think if the company has a picking strategy, it should not really be enforced by Tryton | 09:42 |
cedk | but there may be some special case where the strategy is too complex and so it must be encoded into the system but it should be the exception not the norm | 09:43 |
-!- mariomop(~quassel@host184.181-1-11.telecom.net.ar) has joined #tryton | 10:50 | |
-!- _2cadz(~2cadz@82.64.14.213) has joined #tryton | 11:34 | |
-!- kstenger(~karla@r190-133-126-177.dialup.adsl.anteldata.net.uy) has joined #tryton | 11:36 | |
pokoli | cedk: so the user should always enter the picked lot, and if the it has picked several lots it should use the stock_split module | 11:44 |
-!- _2cadz(~2cadz@195.200.169.66) has joined #tryton | 11:58 | |
cedk | pokoli: yes | 12:19 |
cedk | pokoli: but we need a tailored application to make this smooth, this is the goal of Ceryx | 12:19 |
pokoli | cedk: for our use case I think a tailored application is too complex. | 12:26 |
-!- csotelo(~csotelo@179.43.97.56) has joined #tryton | 14:06 | |
-!- zmijunkie(~Adium@200116b80ac67f0095b3a04b250309cf.dip.versatel-1u1.de) has joined #tryton | 14:38 | |
-!- cdchapman(~perturbed@c-67-169-243-133.hsd1.ut.comcast.net) has joined #tryton | 14:57 | |
-!- _2cadz(~2cadz@82-64-14-213.subs.proxad.net) has joined #tryton | 16:46 | |
csotelo | Dear comunity, I have found a weird behavior on a custom invoice module what I have build, when I try to nevigate on the form view ( next | prev ), appears to me a dialog box noticing me "the record have beend modified" and asking me if I want to save changes done, however I have no done any change, just navigate. My model have three fields functions defined with methodclass decorator, my question, is there a way to find a way to debug it, or at least how | 16:51 |
csotelo | to know o how tryton decide to ask if a records have been changed, in order to know the reason on why my module make tryton have this behavior | 16:51 |
csotelo | by the way, my full invoice class model is https://pastebin.com/w1FKeE1d | 16:58 |
-!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | 17:08 | |
cedk | csotelo: this is probably because one of your function field return invalid value for the field | 17:12 |
cedk | csotelo: it can be too much digits for a number for example | 17:13 |
csotelo | cedk, I see. Is there any flag or something else to indicate that a record have been chagned? I mean, how Tryton know that a field have been modified? finally: thanks a lot | 17:15 |
cedk | csotelo: it is internal, it compare the initial value with the value from the widget | 17:19 |
cedk | csotelo: such feature is useless for user so it is not in the client | 17:19 |
csotelo | cedk, I see, that was just a question in order to try to understand how tryton do this check | 17:21 |
csotelo | thanks a lot | 17:21 |
csotelo | one mor thing, for get the user who post an invoice, what will be the right way | 17:28 |
cedk | csotelo: I do not understand | 17:40 |
csotelo | I mean, I need to add on a report invoice ( printed format ) the user full name who posted an invoice. I have noticed there is some field like create user and modified user, but it is for users who do a update or record modification, that is the reason on aking, what will be the right way on know who was the user who posted an invoice | 17:54 |
-!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton | 20:01 | |
cedk | csotelo: you should look at the shipment for the field received_by, done_by etc | 20:09 |
-!- JosDzG(~Thunderbi@2806:10ae:3:a0b:cbf:2776:5c89:ab3b) has joined #tryton | 20:10 | |
csotelo | cedk, NO I am not using sales module, I mean I just talking about account_invoice and make a cusom module from this module, where I need to know who is the user who posted an invoice, befor paid it | 20:11 |
cedk | csotelo: I understood, but just look how those fields are managed because it will work for your case | 20:12 |
csotelo | yes, I was thinking on write_uid, however it would manage the user id for any kind of change, including payment, I just need the "posted", I thought on invoice_historic, unfortunately it is storing just the posted date, any other suggest? | 20:16 |
cedk | csotelo: look how the shipment fields are managed | 20:17 |
csotelo | ok! | 20:18 |
-!- mono(~mono@201.184.144.165) has joined #tryton | 20:24 | |
-!- JosDzG(~Thunderbi@2806:10ae:3:a0b:cbf:2776:5c89:ab3b) has joined #tryton | 20:29 | |
-!- JanGB(~jan@dslb-088-073-241-071.088.073.pools.vodafone-ip.de) has joined #tryton | 21:00 | |
-!- kstenger1(~karla@r186-50-57-27.dialup.adsl.anteldata.net.uy) has joined #tryton | 21:18 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!