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

chat.freenode.net #tryton log beginning Mon Jan 12 00:00:01 CET 2015
2015-01-12 01:29 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-01-12 03:02 -!- TheCowboy`(~TheCowboy@ip68-98-183-236.dc.dc.cox.net) has joined #tryton
2015-01-12 04:43 -!- trytry(~william@203-114-166-118.dsl.sta.inspire.net.nz) has joined #tryton
2015-01-12 04:49 -!- digitalsatori(~Thunderbi@114.92.210.36) has joined #tryton
2015-01-12 05:28 -!- apostatize(~visavis@gateway/vpn/privateinternetaccess/apostatize) has joined #tryton
2015-01-12 06:01 -!- yangoon1(~mathiasb@p549F085D.dip0.t-ipconnect.de) has joined #tryton
2015-01-12 06:05 -!- notzippy(~sabayonus@d207-216-251-90.bchsia.telus.net) has joined #tryton
2015-01-12 06:37 -!- apostatize(~visavis@gateway/vpn/privateinternetaccess/apostatize) has joined #tryton
2015-01-12 06:42 <apostatize> Is there a clean way to generate a report purely in code, without a template? Override the execute method completely?
2015-01-12 06:45 -!- uranus(~uranus@ip72-192-133-197.sd.sd.cox.net) has joined #tryton
2015-01-12 07:00 -!- marius__(~marius@v100.nfq.lt) has joined #tryton
2015-01-12 07:05 <pokoli> apostatize: override the execute method should work :)
2015-01-12 07:06 <apostatize> Yeah, I was thinking that would work, I'll look into that. Feels... anti-OOP, though. Hehe.
2015-01-12 07:21 -!- notzippy(~sabayonus@d207-216-251-90.bchsia.telus.net) has joined #tryton
2015-01-12 07:39 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2015-01-12 07:48 -!- trytry(~william@203-114-166-118.dsl.sta.inspire.net.nz) has joined #tryton
2015-01-12 08:11 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2015-01-12 08:27 -!- jcros(~Thunderbi@251.171.125.78.rev.sfr.net) has joined #tryton
2015-01-12 08:32 -!- jcros(~Thunderbi@251.171.125.78.rev.sfr.net) has joined #tryton
2015-01-12 08:34 -!- ytz(~textual@opfw01.options-it.com) has joined #tryton
2015-01-12 08:48 <marius__> can tryton generate a pdf out of .odt /.ods?
2015-01-12 08:48 -!- bechamel(~Adium@host-85-201-213-94.dynamic.voo.be) has joined #tryton
2015-01-12 08:57 <Timitos> marius__: yes. it uses unoconv: http://hg.tryton.org/trytond/file/b87a8f3582ee/trytond/report/report.py#l309 you can define the output format on the report
2015-01-12 09:00 -!- Telesight(~anthony@4daedff9.ftth.telfortglasvezel.nl) has joined #tryton
2015-01-12 09:29 -!- prksh(~prksh@103.245.118.154) has joined #tryton
2015-01-12 09:30 -!- jcros(~Thunderbi@ALyon-157-1-206-133.w109-213.abo.wanadoo.fr) has joined #tryton
2015-01-12 09:30 -!- VaticanCameos(~pritishc@103.245.118.154) has joined #tryton
2015-01-12 09:31 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2015-01-12 09:32 <VaticanCameos> Is there any Tryton module which creates draft supplier shipment on confirmation of purchase?
2015-01-12 09:41 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-01-12 09:46 -!- trytry(~william@203-114-166-118.dsl.sta.inspire.net.nz) has joined #tryton
2015-01-12 09:47 -!- nicoe(~nicoe@2a02:a03f:308c:7700:ee55:f9ff:fe7b:f7ac) has joined #tryton
2015-01-12 09:48 -!- prksh(~prksh@103.245.118.154) has joined #tryton
2015-01-12 09:51 -!- munro(c5d3d8d6@gateway/web/freenode/ip.197.211.216.214) has joined #tryton
2015-01-12 10:08 <VaticanCameos> pokoli, cedk: I found that in the normal purchase workflow, purchase confirm generates corresponding moves but does not make supplier shipment. Is there any Tryton module that creates supplier shipment in draft state with those moves?
2015-01-12 10:16 <pokoli> VaticanCameos: not any module that i know
2015-01-12 10:16 <pokoli> VaticanCameos: but for me the current workflow makes sense
2015-01-12 10:18 <pokoli> pokoli: nevermind it should not be dificult to create the shipment in a custom module
2015-01-12 10:20 <prksh> pokoli: is there any reason why supplier shipment is not created automatically?
2015-01-12 10:35 <bechamel> prksh: the main reason for not creating the shipment is that you may not know in advance what you supplier will send you
2015-01-12 10:35 <bechamel> there are situation where you get your supply in two shipments
2015-01-12 10:36 <bechamel> or you may receive one shipment with good linked to several orders, etc
2015-01-12 10:37 <bechamel> and it's easier to add a custom module that create the shipment (with any custom behaviour), than a module that remove it (or try to update it)
2015-01-12 10:49 -!- digitalsatori(~Thunderbi@180.158.128.143) has joined #tryton
2015-01-12 10:54 -!- prksh(~prksh@103.245.118.154) has joined #tryton
2015-01-12 10:55 <marius__> Timitos, thanks
2015-01-12 10:55 <prksh> bechamel: thanks :) :)
2015-01-12 10:56 <marius__> pokoli, is there something missing for http://codereview.tryton.org/10031002/
2015-01-12 10:56 <marius__> i tried to summarize irc in
2015-01-12 10:56 <marius__> http://codereview.tryton.org/10031002/#msg36
2015-01-12 10:59 -!- digitalsatori(~Thunderbi@180.158.128.143) has joined #tryton
2015-01-12 11:01 <cedk> marius__: it is useless in review, it is in the bug tracker that information must be stored
2015-01-12 11:02 <pokoli> marius__: haven't got time to review latest review version (is in my TODO list)
2015-01-12 11:02 <marius__> cedk, ok, ill copy-paste it into issue
2015-01-12 11:02 <pobsteta> i have a One2Many field in a view form. I want, with a fields.function have the active record in the One2Many fields. Have a example of this code ?
2015-01-12 11:03 <pokoli> pobsteta: do you wan't to display the parent record?
2015-01-12 11:05 <pobsteta> yes
2015-01-12 11:05 -!- tarunbhardwaj(~tarunbhar@103.245.118.154) has joined #tryton
2015-01-12 11:12 <pokoli> pobsteta: why? if you have the parent on the form why do you want to redisplay it?
2015-01-12 11:12 <pokoli> pobsteta: parent field is automatically hiden by the clinet
2015-01-12 11:12 <pokoli> s/clinet/client/
2015-01-12 11:24 <pobsteta> pokoli: i don't understand !
2015-01-12 11:27 <pokoli> pobsteta: what you don't understand?
2015-01-12 11:32 <pobsteta> pokoli: when i redisplay it, both attributes are not related to the display ?
2015-01-12 11:35 <pokoli> pobsteta: What I understant you have a One2Many, and you want to display the parent field in the One2Many list, and by parent I mean for example the invoice field of invoice lines model
2015-01-12 11:35 <pokoli> pobsteta: may I missunderstood you?
2015-01-12 11:39 -!- mariomop(~quassel@host84.186-109-109.telecom.net.ar) has joined #tryton
2015-01-12 11:54 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2015-01-12 11:59 <buxy> ACTION is trying for the first time the "close fiscal year" wizard and it takes ages, what does it do that requires so much time? I already did "balance non-deferral accounts" beforehand... I though it was a matter of ensuring that the periods, journals, etc were closed and that's it.
2015-01-12 12:00 <pokoli> buxy: https://bugs.tryton.org/issue4443
2015-01-12 12:02 <buxy> pokoli: why does it have to go over all accounts?
2015-01-12 12:03 <buxy> is it just to ensure that non-deferral accounts are set to zero?
2015-01-12 12:03 <pokoli> buxy: it have to check that non-deferral accounts are not 0, and it have to create all the deferral records for all deferral accounts
2015-01-12 12:05 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has joined #tryton
2015-01-12 12:05 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has left #tryton
2015-01-12 12:06 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has joined #tryton
2015-01-12 12:06 <buxy> pokoli: what does it mean to create those deferral records? if there's a balance at the end of the year in an account, it doesn't go away at the start of the next year, doesn't it? and I just have just run the wizard, I don't see any new move
2015-01-12 12:06 <pokoli> buxy: deferrall records are used to speed-up balance computation of older fiscalyears
2015-01-12 12:07 <pokoli> buxy: so instead of querying all the other fiscalyear's movelines you query the deferral record for this account
2015-01-12 12:07 <pobsteta> pokoli: that's right
2015-01-12 12:08 <buxy> pokoli: ok, so it's internal data to tryton, and not visible as moves, correct?
2015-01-12 12:08 <pokoli> buxy: it's visible on the account form
2015-01-12 12:09 <pokoli> pobsteta: when displaying a One2Many in a form, you always have the parent field. The parent field is all the form
2015-01-12 12:09 <pokoli> pobsteta: so it doesn't make sense to display another time the field
2015-01-12 12:09 <pokoli> pobsteta: that's why the client removes it
2015-01-12 13:16 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton
2015-01-12 13:50 -!- jcros(~Thunderbi@251.171.125.78.rev.sfr.net) has joined #tryton
2015-01-12 14:42 -!- TheCowboy`(~TheCowboy@wsip-98-191-208-98.dc.dc.cox.net) has joined #tryton
2015-01-12 15:03 -!- ytz(~textual@opfw01.options-it.com) has joined #tryton
2015-01-12 15:05 -!- hiaselhans(~Thunderbi@chello212186043057.408.14.vie.surfer.at) has joined #tryton
2015-01-12 15:10 -!- digitalsatori(~Thunderbi@114.92.210.36) has joined #tryton
2015-01-12 15:26 -!- TheCowboy`(~TheCowboy@wsip-98-191-208-111.dc.dc.cox.net) has joined #tryton
2015-01-12 15:38 -!- bechamel(~Adium@host-85-201-213-94.dynamic.voo.be) has joined #tryton
2015-01-12 15:45 -!- ljrios_(~ljrios@187.193.19.178) has joined #tryton
2015-01-12 16:22 -!- prksh(~prksh@101.0.57.107) has joined #tryton
2015-01-12 16:33 -!- ljrios_(~ljrios@187.193.19.178) has joined #tryton
2015-01-12 16:33 -!- prksh(~prksh@180.188.248.134) has joined #tryton
2015-01-12 17:06 -!- zodman(~zodman@depamap.com) has joined #tryton
2015-01-12 17:07 -!- notzippy(~sabayonus@d207-216-251-90.bchsia.telus.net) has joined #tryton
2015-01-12 17:08 -!- uranus(~uranus@ip72-192-133-197.sd.sd.cox.net) has joined #tryton
2015-01-12 17:17 -!- prksh(~prksh@180.188.248.134) has joined #tryton
2015-01-12 17:39 -!- prksh(~prksh@180.188.248.134) has joined #tryton
2015-01-12 17:48 -!- hiaselhans(~Thunderbi@chello212186043057.408.14.vie.surfer.at) has joined #tryton
2015-01-12 18:37 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2015-01-12 18:47 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2015-01-12 19:10 -!- uranus(~uranus@ip72-192-133-197.sd.sd.cox.net) has joined #tryton
2015-01-12 19:36 -!- uranus(~uranus@ip72-192-133-197.sd.sd.cox.net) has joined #tryton
2015-01-12 19:41 -!- prksh(~prksh@180.188.248.134) has joined #tryton
2015-01-12 19:51 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has left #tryton
2015-01-12 20:18 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-01-12 20:30 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton
2015-01-12 21:05 -!- trytry(~william@203-114-166-118.dsl.sta.inspire.net.nz) has joined #tryton
2015-01-12 23:24 -!- bvillasanti(~bvillasan@181.16.28.146) has joined #tryton

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