IRC logs of #tryton for Monday, 2008-09-08

chat.freenode.net #tryton log beginning Mon Sep 8 00:00:01 CEST 2008
2008-09-08 00:26 <CIA-52> tryton: matb roundup * #335/Translation of all forms other than Requests seems to be broken: [new] With last tip forms other than Requests don't show translation any more.
2008-09-08 00:54 <CIA-52> tryton: matb roundup * #336/Request links: object should only be selectable: [new] Field Object permits free input, but necessitates a value of Models/Object Name. It should be a select box on this field. Creating a doc re ...
2008-09-08 01:57 -!- b52lap(n=b52lapto@41.249.250.195) has joined #tryton
2008-09-08 05:19 -!- yangoon(n=mathiasb@p549F5EB0.dip.t-dialin.net) has joined #tryton
2008-09-08 06:44 -!- udono(n=udono@dynamic-unidsl-85-197-22-110.westend.de) has joined #tryton
2008-09-08 08:20 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-09-08 08:37 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-09-08 09:01 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-09-08 09:01 <gadaga> hi
2008-09-08 09:19 <gadaga> iphone
2008-09-08 09:21 <CIA-52> tryton: ced roundup * #332/Requests: Ctrl + N or Form/New doesn't create new record: [need-eg] Don't understand.
2008-09-08 09:28 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton
2008-09-08 09:29 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 750:0886751c9017 tryton/tryton/gui/window/ (view_board/action.py view_form/screen/screen.py): Add missing rpc.CONTEXT in rpc call for issue335
2008-09-08 09:30 <CIA-52> tryton: ced roundup * #335/Translation of all forms other than Requests seems to be broken: [resolved] Fix with changeset 0886751c9017
2008-09-08 09:36 -!- Gedd(n=ged@ip-80-236-215-153.dsl.scarlet.be) has joined #tryton
2008-09-08 09:39 <cedk> hi, what do you think about this http://bugs.python.org/issue1777412
2008-09-08 09:41 <gadaga> cedk: this feature is important for you?
2008-09-08 09:41 <cedk> this issue raise the problem https://bugs.tryton.org/roundup/issue333
2008-09-08 09:42 <cedk> if you type 08 in for the year instead of 2008, the date is transformed into 0808
2008-09-08 09:42 <cedk> and there is an exception
2008-09-08 09:42 <gadaga> ok
2008-09-08 09:43 <cedk> gadaga: of course we can modify the date operator to put 2008 instead
2008-09-08 09:43 <cedk> but I find that not able to handle date before 1900 is bad
2008-09-08 09:44 <cedk> it looks like the Y2K bug
2008-09-08 09:44 <gadaga> I agree
2008-09-08 09:47 <cedk> mx.DateTime seems to handle correctly it
2008-09-08 09:47 <cedk> so I propose to use mx.DateTime everywhere
2008-09-08 09:47 <cedk> bechamel: ping
2008-09-08 09:48 <bechamel> cedk: the problem is also in time module (but maybe that the datetime module use strftime from the time module)
2008-09-08 09:49 <bechamel> cedk: you want to drop datetime everywhere ?
2008-09-08 09:49 <cedk> bechamel: change call to strftime
2008-09-08 09:49 <cedk> bechamel: but I think about just override the function
2008-09-08 09:56 <cedk> bechamel: in fact there is about 10 calls that can have problems
2008-09-08 09:56 <cedk> bechamel: so I will fix it
2008-09-08 09:56 <bechamel> cedk: yes maybe the best is to use mx.datetime everywhere, if function call are the sames, the change would not be too painful
2008-09-08 10:15 -!- markusleis1(n=markus@n4-82.dsl.vianetworks.de) has joined #tryton
2008-09-08 10:16 -!- markusleis1(n=markus@n4-82.dsl.vianetworks.de) has joined #tryton
2008-09-08 10:33 <gadaga> cedk: we can't delete a draft invoice?
2008-09-08 10:50 <cedk> gadaga: you must cancel it
2008-09-08 11:08 -!- markusleist(n=markus@n4-82.dsl.vianetworks.de) has joined #tryton
2008-09-08 11:50 <CIA-52> tryton: matb roundup * #332/Requests: Ctrl + N or Form/New doesn't create new record: [resolved] Perhaps a cache problem? Problem is gone.
2008-09-08 12:25 <CIA-52> tryton: krier.cedric * r144 /wiki/TinyCopyrightInfringement.wiki:
2008-09-08 12:25 <CIA-52> tryton: Fix vat validation.
2008-09-08 12:25 <CIA-52> tryton: Tiny says: account template was not taken
2008-09-08 12:46 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 929:5be1312573fa trytond/trytond/osv/orm.py: Fix _timestamp for table_query
2008-09-08 12:56 -!- nicoe(n=nicoe@ip-80-236-215-153.dsl.scarlet.be) has joined #tryton
2008-09-08 13:31 -!- b52laptop(n=b52lapto@41.249.250.195) has joined #tryton
2008-09-08 14:39 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 751:dea549a01dea tryton/tryton/ (7 files in 7 dirs):
2008-09-08 14:39 <CIA-52> tryton: Use mx.DateTime for formating
2008-09-08 14:39 <CIA-52> tryton: Improve date_widget to have days as default value
2008-09-08 14:39 <CIA-52> tryton: Format year with enough 0 for date before 1000
2008-09-08 14:39 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 930:c20e2dea9989 trytond/trytond/report/report.py: Use mx.DateTime to format date
2008-09-08 14:39 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 188:c1d89d1fadf6 account/account.py: Use mx.DateTime to format date
2008-09-08 14:40 <CIA-52> tryton: ced roundup * #333/Enhancement: input of field calendar: [resolved] Fix with changeset dea549a01dea
2008-09-08 14:51 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 931:1421b7bbae04 trytond/trytond/res/ (request.py request.xml): Change object in request link into selection on model for issue336
2008-09-08 14:51 <CIA-52> tryton: ced roundup * #336/Request links: object should only be selectable: [resolved] Fix with changeset 1421b7bbae04
2008-09-08 15:07 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 932:d2798e751567 trytond/trytond/res/request.py: Remove test on trigger date for request from user for issue334
2008-09-08 15:08 <CIA-52> tryton: ced roundup * #334/Requests: trigger date: [resolved] Fix with changeset d2798e751567, 00ed910ae9d7
2008-09-08 15:17 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 752:00ed910ae9d7 tryton/tryton/gui/main.py: Restrict id on request view for ids from request_get for issue334
2008-09-08 15:29 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-09-08 15:47 <gadaga> cedk, bechamel : I can't modify style for change my header.odt in UI -> Actions -> Reports -> invoice, he says : "You are not allowed to modify this record. This record is part of the base configuration."
2008-09-08 15:49 <cedk> gadaga: yes it is part of the base configuration
2008-09-08 15:51 <gadaga> cedk: I think that erase header_A4.odt and replace with mine is not a solution....
2008-09-08 15:52 <cedk> gadaga: create a module that do so
2008-09-08 15:53 <gadaga> cedk: yes it's a solution, thanks
2008-09-08 16:05 <udono> gadaga: If you need help in this module I can contribute an example
2008-09-08 16:08 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-09-08 16:36 -!- gael_(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-09-08 17:21 -!- udono(n=udono@dynamic-unidsl-85-197-22-110.westend.de) has left #tryton
2008-09-08 18:35 -!- udono(n=udono@dynamic-unidsl-85-197-22-110.westend.de) has joined #tryton
2008-09-08 19:25 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 83:f22e3c2d1e5c purchase/ (purchase.py purchase.xml):
2008-09-08 19:25 <CIA-52> tryton: Add supplier field function on moves
2008-09-08 19:25 <CIA-52> tryton: Add supplier and purchase field on incoming moves of packing in
2008-09-08 19:25 <CIA-52> tryton: Add domain for supplier on incoming moves add/remove selection
2008-09-08 19:25 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 202:ccd7743f28e6 stock/packing.py:
2008-09-08 19:25 <CIA-52> tryton: Set supplier required
2008-09-08 19:25 <CIA-52> tryton: Add readonly on supplier and warehouse when there is at least on incoming
2008-09-08 19:25 <CIA-52> tryton: moves
2008-09-08 19:25 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 203:b6bec7c3524f stock/: merge
2008-09-08 19:25 <CIA-52> tryton: matb roundup * #337/Requests: error in creating new attachment: [new] Selected model in Request Link is attachment. Creating new record in Requests for a Doc Ref ot this type: Traceback (most recent call last) ...
2008-09-08 19:42 <CIA-52> tryton: matb roundup * #334/Requests: trigger date: [chatting] Now requests with a trigger date set never appear on the side of the recipient. They are accessible from Administration/Users/Requests, ...
2008-09-08 22:27 -!- udono(n=udono@dynamic-unidsl-85-197-22-110.westend.de) has left #tryton

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