chat.freenode.net #tryton-es log beginning Mon Sep 8 00:00:02 CEST 2014 | ||
2014-09-08 09:36 <javivf> buenos dias | ||
2014-09-08 09:44 <javivf> he intentado implementar el metodo on_change pero ahora me sale el campo como readonly | ||
2014-09-08 09:44 <javivf> https://bitbucket.org/javier_villarroya/trytond-carrier_company/src/4aced95aa427c4c655f07d9c2084d1402f122457/carrier_company.py?at=master | ||
2014-09-08 09:45 <javivf> la idea es que cuando cambie 'carrier' se actualice el valor de 'method_cost_value' | ||
2014-09-08 10:19 <pokoli> javivf: si es un campo funcional (cómo es tu caso), mejor utilizar el on_change_with | ||
2014-09-08 10:19 <javivf> aha | ||
2014-09-08 10:19 <pokoli> javivf: y si, te sale readonly porque es un campo funcional, no por el on_change | ||
2014-09-08 10:19 <pokoli> :P | ||
2014-09-08 10:19 <javivf> pokoli, lei varias veces y no le vi la diferencia | ||
2014-09-08 10:20 <javivf> pero antes del on_change no salia readonly | ||
2014-09-08 10:20 <javivf> :? | ||
2014-09-08 10:20 <pokoli> javivf: porque no debías tener el funcional ;) | ||
2014-09-08 10:20 <javivf> ah ok | ||
2014-09-08 10:20 <pokoli> javivf: el readonly es por el Function, no por el onchange | ||
2014-09-08 10:20 <javivf> creo que estoy viendo la luz! | ||
2014-09-08 10:20 <javivf> xD | ||
2014-09-08 10:21 <javivf> entonces el function no me hace falta | ||
2014-09-08 10:21 <javivf> pesaba que necesitaba las 2 cosas para que funcionara | ||
2014-09-08 10:21 <pokoli> javivf: no no, el funciona es para campos calculados, i el on_change para modificar los valores | ||
2014-09-08 10:21 <pokoli> el on_change funciona con todos los campos | ||
2014-09-08 10:24 <javivf> poh zi | ||
2014-09-08 10:24 <javivf> it works | ||
2014-09-08 10:24 <javivf> pokoli, gracia | ||
2014-09-08 10:24 <javivf> s | ||
2014-09-08 10:26 <pokoli> de nada :) | ||
2014-09-08 10:50 -!- aasnan(~angel@230.Red-81-35-3.dynamicIP.rima-tde.net) has joined #tryton-es | ||
2014-09-08 10:59 <javivf> no se como prevenir cuando se borra el field que tiene el on_change para que no me pete | ||
2014-09-08 10:59 <javivf> no funciona el if not self.carrier: return (: | ||
2014-09-08 11:29 <pokoli> javivf: if not self.nombre_del_campo return {} | ||
2014-09-08 11:58 <javivf> pokoli, :) | ||
2014-09-08 12:08 <javivf> ahora ver que tal con los workflows... | ||
2014-09-08 12:48 -!- smarro(~sebastian@190.105.93.196) has joined #tryton-es | ||
2014-09-08 14:46 -!- crisyelit(~jhuliana@201.243.114.132) has joined #tryton-es | ||
2014-09-08 14:46 -!- crisyelit(~jhuliana@201.243.114.132) has left #tryton-es | ||
2014-09-08 16:29 -!- fdutria(~fdutria@200.107.230.29) has joined #tryton-es | ||
2014-09-08 16:40 -!- mariomop(~quassel@host236.181-1-164.telecom.net.ar) has joined #tryton-es | ||
2014-09-08 16:46 -!- gremly(~gremly@190.85.36.58) has joined #tryton-es | ||
2014-09-08 17:59 -!- jldalla(~jld@200.41.159.98) has joined #tryton-es | ||
2014-09-08 18:50 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton-es | ||
2014-09-08 19:55 -!- smarro(~sebastian@190.105.93.196) has joined #tryton-es | ||
2014-09-08 20:55 -!- smarro(~sebastian@190.105.85.5) has joined #tryton-es | ||
2014-09-08 21:34 -!- iparszyk(~iparszyk@186.137.72.43) has joined #tryton-es | ||
2014-09-08 21:51 -!- iparszyk(~iparszyk@186.137.72.43) has joined #tryton-es | ||
2014-09-08 21:57 -!- iparszyk(~iparszyk@186.137.72.43) has joined #tryton-es | ||
2014-09-08 22:14 -!- iparszyk(~iparszyk@186.137.72.43) has joined #tryton-es | ||
2014-09-08 22:19 -!- iparszyk(~iparszyk@186.137.72.43) has joined #tryton-es |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!