IRC logs of #tryton for Monday, 2015-01-19

chat.freenode.net #tryton log beginning Mon Jan 19 00:00:01 CET 2015
2015-01-19 00:32 -!- notzippy(~sabayonus@d207-216-251-90.bchsia.telus.net) has joined #tryton
2015-01-19 00:44 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-01-19 04:10 -!- digitalsatori(~Thunderbi@180.157.157.120) has joined #tryton
2015-01-19 06:01 -!- yangoon1(~mathiasb@p549F3129.dip0.t-ipconnect.de) has joined #tryton
2015-01-19 07:12 -!- digitalsatori(~Thunderbi@180.157.157.120) has joined #tryton
2015-01-19 07:22 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2015-01-19 07:51 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2015-01-19 08:01 -!- munron(c5d3d8d6@gateway/web/freenode/ip.197.211.216.214) has joined #tryton
2015-01-19 08:02 -!- udono(~udono@ip-37-24-115-92.hsi14.unitymediagroup.de) has joined #tryton
2015-01-19 08:55 -!- hiaselhans(~Thunderbi@chello212186043057.408.14.vie.surfer.at) has joined #tryton
2015-01-19 09:10 -!- jcros(~Thunderbi@ALyon-157-1-218-90.w109-213.abo.wanadoo.fr) has joined #tryton
2015-01-19 09:15 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-01-19 09:38 -!- bechamel(~Adium@host-85-201-213-94.dynamic.voo.be) has joined #tryton
2015-01-19 09:39 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-01-19 09:49 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has joined #tryton
2015-01-19 09:53 -!- nicoe(~nicoe@2a02:a03f:308c:7700:ee55:f9ff:fe7b:f7ac) has joined #tryton
2015-01-19 09:57 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-01-19 10:09 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2015-01-19 10:56 -!- hiaselhans1(~Thunderbi@chello212186043057.408.14.vie.surfer.at) has joined #tryton
2015-01-19 10:58 -!- Hamsterbau(~Hamsterba@80.146.165.65) has joined #tryton
2015-01-19 11:41 -!- ytz(~textual@opfw01.options-it.com) has joined #tryton
2015-01-19 12:03 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2015-01-19 12:06 -!- mariomop(~quassel@host82.200-117-234.telecom.net.ar) has joined #tryton
2015-01-19 12:24 -!- horn(~Thunderbi@ip92340dc6.dynamic.kabel-deutschland.de) has joined #tryton
2015-01-19 12:27 -!- nicoe(~nicoe@91.179.46.71) has joined #tryton
2015-01-19 12:31 -!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton
2015-01-19 13:02 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-01-19 13:24 -!- munro(c5d3d8d6@gateway/web/freenode/ip.197.211.216.214) has joined #tryton
2015-01-19 13:44 -!- jcros(~Thunderbi@251.171.125.78.rev.sfr.net) has joined #tryton
2015-01-19 14:53 -!- ytz(~textual@opfw01.options-it.com) has joined #tryton
2015-01-19 15:13 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton
2015-01-19 15:23 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2015-01-19 15:59 -!- guillemBarba(~quassel@90.173.55.169) has joined #tryton
2015-01-19 15:59 <guillemBarba> how can I redefine a Function() field as a normal field? we need to make the "delivery_date" field of sale.line editable
2015-01-19 16:01 <cedk> guillemBarba: it is probably not a good idea
2015-01-19 16:02 <guillemBarba> cedk: why?
2015-01-19 16:03 <guillemBarba> cedk: anyway, we want to do it. How can it be done?
2015-01-19 16:05 <cedk> guillemBarba: because it breaks modularity if someone override the getter for example
2015-01-19 16:07 <guillemBarba> cedk: but is it possible? I think it worked but now, in 3.4, it doesn't
2015-01-19 16:13 <guillemBarba> well, finally I add a "manual_delivery_date" field and setter to "delivery_date".
2015-01-19 16:13 <guillemBarba> I need to also set "cls.delivery_date.readonly = False"
2015-01-19 16:15 <cedk> guillemBarba: indeed what you want is a sale date per line
2015-01-19 16:16 <guillemBarba> cedk: nop, "delivery date". sale date => date when the quotation is done. delivery date => date when products must to be delivered
2015-01-19 16:16 -!- digitalsatori(~Thunderbi@114.92.210.36) has joined #tryton
2015-01-19 16:22 <cedk> guillemBarba: delivery date is computed from sale date
2015-01-19 16:23 <guillemBarba> cedk: I know. What our module does is allow the user to manually set the delivery date, because it's part of the offer/deal with customer
2015-01-19 16:25 <cedk> guillemBarba: so it is a sale date per line
2015-01-19 16:27 <cedk> and indeed, it will even be better to store the duration after the sale
2015-01-19 16:27 -!- notzippy(~sabayonus@d207-216-251-90.bchsia.telus.net) has joined #tryton
2015-01-19 16:27 <cedk> to ensure that it is always after
2015-01-19 16:46 -!- smarro(~sebastian@181.16.21.18) has joined #tryton
2015-01-19 16:53 -!- smarro(~sebastian@181.16.21.18) has joined #tryton
2015-01-19 16:58 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2015-01-19 17:11 <notzippy> Is there a way to limit the row size of a text area (height) ? I know there is a colspan attribute, but do not know the rowspan alternative
2015-01-19 17:20 <cedk> notzippy: there is patch to enforce the size: http://codereview.tryton.org/13281002/
2015-01-19 17:21 -!- Telesight(~anthony@4daedff9.ftth.telfortglasvezel.nl) has joined #tryton
2015-01-19 17:21 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2015-01-19 17:30 <notzippy> cedk: That patch appears to limit the buffer size, what I wanted to limit was the layout height, if possible
2015-01-19 17:44 <cedk> notzippy: no the default height is set to 80 px
2015-01-19 17:45 <notzippy> cedk: Ok thanks for the info
2015-01-19 19:35 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has left #tryton
2015-01-19 19:43 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2015-01-19 20:49 -!- ytz(~textual@054190ec.skybroadband.com) has joined #tryton
2015-01-19 21:56 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-01-19 22:41 -!- tm_(~tm@219.188.216.81.static.l.siw.siwnet.net) has joined #tryton
2015-01-19 23:07 -!- nicoe(~nicoe@91.179.46.71) has joined #tryton

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