IRC logs of #tryton for Thursday, 2013-08-01

chat.freenode.net #tryton log beginning Thu Aug 1 00:00:02 CEST 2013
2013-08-01 00:01 <plantian> Is it necessary or helpful to regularly restart trytond and/or tryton clients?
2013-08-01 00:30 <cedk> plantian: normally not
2013-08-01 00:30 <cedk> plantian: and if it is, then we have a bug to fix
2013-08-01 00:30 <cedk> plantian: only possible problem will be with the server and the memory fragmentation from Python
2013-08-01 01:11 <plantian> cedk: okay thanks, I guess it doesn't seem to be leaking memory it is just getting pretty slow, I can't tell what is the cause
2013-08-01 01:11 <plantian> cedk: Inventory periods are for performance purposes right?
2013-08-01 11:15 <sharoonthomas> cedk: in the sale_opportunity module/model, currency is a function field and the getter gets the value from company of the lead
2013-08-01 11:15 <sharoonthomas> cedk: while this is fine for the basic module that sale_opportunity is, if someone wants to change the behavior like having currency as a field in DB, the currency_digits implementation will also need to change
2013-08-01 11:15 <sharoonthomas> cedk: https://github.com/tryton/sale_opportunity/blob/develop/opportunity.py#L222
2013-08-01 11:16 <sharoonthomas> cedk: will you accept a patch which changes this getter to pick the value from the currency on the lead (rather than implementing the same logic in two places)
2013-08-01 11:18 <cedk> sharoonthomas: what do you name lead ?
2013-08-01 11:19 <sharoonthomas> cedk: sorry, wrong term: new sale.opportunity
2013-08-01 11:20 <cedk> sharoonthomas: yes
2013-08-01 11:20 <sharoonthomas> cedk: thanks
2013-08-01 18:18 -!- ykarmouta(~ykarmouta@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has left #tryton

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