chat.freenode.net #tryton log beginning Fri Nov 19 00:00:02 CET 2010 | ||
2010-11-19 00:20 -!- johbo(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton | ||
2010-11-19 00:40 -!- FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton | ||
2010-11-19 01:31 -!- johbo_(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton | ||
2010-11-19 03:02 -!- pepeu(~manuel@187.137.120.81) has joined #tryton | ||
2010-11-19 03:06 -!- johbo(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton | ||
2010-11-19 04:49 -!- gremly(~gremly@190.26.156.189) has joined #tryton | ||
2010-11-19 05:18 -!- yangoon(~mathiasb@p549F6992.dip.t-dialin.net) has joined #tryton | ||
2010-11-19 05:52 -!- blast_hardcheese(~blast_har@dsl092-043-124.lax1.dsl.speakeasy.net) has joined #tryton | ||
2010-11-19 06:01 -!- johbo_(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton | ||
2010-11-19 07:06 -!- hoRn(~chatzilla@dslb-094-223-183-073.pools.arcor-ip.net) has joined #tryton | ||
2010-11-19 09:45 -!- irclog(~irclog@tycho.b2ck.com) has joined #tryton | ||
2010-11-19 09:48 <cedk> Torsten: have you an issue with it? | ||
2010-11-19 09:48 <lem0na> cedk: the overlay does not want to sync | ||
2010-11-19 09:49 <lem0na> cedk: Error was: Syncing overlay "tryton" returned status 255! | ||
2010-11-19 09:50 <Torsten> cedk: yes, it doesn't work. When I try to print sales as email-attachment its fine. But delivery-note and pickinglist not. But only email. PDF-Print or direct print is fine. So I think the report is OK. | ||
2010-11-19 09:51 <cedk> lem0na: I just reboot the server because of DOS on DNS service | ||
2010-11-19 09:52 <Torsten> I use Outlook 2010 in Win7 with EmailOption = "C:\Program Files\Microsoft Office\Office14\outlook.exe" /a "${attachment}" /m name@domain.com | ||
2010-11-19 09:52 <cedk> Torsten: why is it not working for you? | ||
2010-11-19 09:54 <Torsten> in Sale = Outlook opens with email-address and Attachment. In Delivery-Note I get an Error from Outlook that there is an Error in the Argument. But it's the same like for sales. So it must be an Error in Tryton when it's generating the Link, I think. | ||
2010-11-19 09:56 <cedk> Torsten: what is the command you put for email client? | ||
2010-11-19 09:57 <Torsten> cedk: "C:\Program Files\Microsoft Office\Office14\outlook.exe" /a "${attachment}" /m name@domain.com | ||
2010-11-19 09:59 <cedk> Torsten: this is strange | ||
2010-11-19 09:59 <cedk> Torsten: do you know the name of the files generated? | ||
2010-11-19 10:02 <Torsten> cedk: It's "Delivery Note.odt". Naybe there is the Problem - "space character"! The report-name in trytond is delivery_note.ord. Is it possible to change that? | ||
2010-11-19 10:12 <cedk> Torsten: it is done here http://hg.tryton.org/tryton/file/bec78bfeaad7/tryton/action/main.py#l58 | ||
2010-11-19 10:13 <cedk> Torsten: but you can change the name of the report in Admin>Actions>Report | ||
2010-11-19 10:17 <Torsten> cedk: Thanks... what have i to do with the code. I'm newbe in tryton... | ||
2010-11-19 10:21 <Torsten> cedk: I've fixed it. I've build a new record for the DeliveryNote in Admin>Actions>Report with the Name "DeliveryNote". It's a copy of the old one. For other Users; first you have to set the old one as "non-active" (Checkbox)! | ||
2010-11-19 10:23 <Torsten> cedk: thanks for your Help... I've worked on this Problem for more than 2 ours. Thanks.. thanks... thanks... | ||
2010-11-19 10:24 -!- hoRn(~chatzilla@dslb-094-223-183-073.pools.arcor-ip.net) has joined #tryton | ||
2010-11-19 10:24 <hoRn> Hi | ||
2010-11-19 10:27 -!- bechamel(~user@chimie-prtx11.scf.fundp.ac.be) has joined #tryton | ||
2010-11-19 10:30 <cedk> Torsten: so it seems that quote are not enough for M$ | ||
2010-11-19 10:31 <cedk> Torsten: could you fill an issue on roundup? | ||
2010-11-19 10:44 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has joined #tryton | ||
2010-11-19 11:19 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has left #tryton | ||
2010-11-19 11:40 -!- vincentvdl(~vincent@62.58.29.41) has joined #tryton | ||
2010-11-19 11:56 -!- paepke(~paepke@p4FEB01F5.dip0.t-ipconnect.de) has joined #tryton | ||
2010-11-19 12:19 -!- trifon(~trifon@p4FFB89F0.dip0.t-ipconnect.de) has joined #tryton | ||
2010-11-19 12:37 -!- ikks_(~ikks@190.158.122.179) has joined #tryton | ||
2010-11-19 12:59 -!- paepke(~paepke@p4FEB01F5.dip0.t-ipconnect.de) has left #tryton | ||
2010-11-19 13:52 <gordon_geeko> when inheriting from a view it seems the field name="type" isn't inherited | ||
2010-11-19 13:53 <gordon_geeko> it would seem incorrect | ||
2010-11-19 14:03 <cedk> gordon_geeko: you can not change the type of a view | ||
2010-11-19 14:07 <gordon_geeko> cedk: yes, but for some reason the menu icon is different from the inherited view | ||
2010-11-19 14:07 <gordon_geeko> cedk: no default form/tree icon | ||
2010-11-19 14:07 <cedk> gordon_geeko: don't udnerstand | ||
2010-11-19 14:08 <gordon_geeko> cedk: perhaps i'm confused, but with the original view i get a default tree/form icon that i don't get with the inherited one | ||
2010-11-19 14:11 <gordon_geeko> cedk: maybe something's wrong with my window/action definition because setting domain is also not working | ||
2010-11-19 14:14 -!- paepke(~paepke@p4FEB7562.dip.t-dialin.net) has joined #tryton | ||
2010-11-19 14:14 <gordon_geeko> cedk: something like ('type', '=', 'general') should work in a domain field in act_window right? | ||
2010-11-19 14:15 <cedk> gordon_geeko: yes | ||
2010-11-19 14:16 <gordon_geeko> cedk: hmmm... strange | ||
2010-11-19 14:18 -!- vladimir_(~vladimir@213.151.246.136) has joined #tryton | ||
2010-11-19 14:19 <gordon_geeko> cedk: doesn't seem to on an inherited model | ||
2010-11-19 14:23 <cedk> gordon_geeko: I don't understand what you are talking about | ||
2010-11-19 14:27 <gordon_geeko> cedk: see http://pastebin.com/1Xsr2sMp the domain field seems ok, no? | ||
2010-11-19 14:30 <cedk> gordon_geeko: I see nothing wrong | ||
2010-11-19 14:32 <cedk> gordon_geeko: have you updated the database? | ||
2010-11-19 14:32 <gordon_geeko> cedk: yes, the field is in the db | ||
2010-11-19 14:34 -!- pepeu(~manuel@201.155.193.192) has joined #tryton | ||
2010-11-19 15:02 <gordon_geeko> cedk: where is the domain evaluated? | ||
2010-11-19 15:09 <yangoon> | ||
2010-11-19 15:12 <gordon_geeko> in action.py i guess | ||
2010-11-19 15:36 -!- paepke_(~paepke@p4FEB2E4D.dip.t-dialin.net) has joined #tryton | ||
2010-11-19 15:39 <cedk> gordon_geeko: it depends of which evaluation you are talking | ||
2010-11-19 15:43 <vincentvdl> Hi. Basic question: how to search on date fields? Specifying something like [ ('completion_date', '<', datetime.now()) ) ] as search argument seems to gives an error | ||
2010-11-19 15:46 <vincentvdl> [ ('completion_date', '<', datetime.now().date()) ) ] too | ||
2010-11-19 15:47 <gordon_geeko> cedk: the one from ir.action.act_window | ||
2010-11-19 15:49 <cedk> gordon_geeko: in the client? | ||
2010-11-19 15:49 <cedk> vincentvdl: if it is a date field, you must give a date not a datetime | ||
2010-11-19 15:51 <vincentvdl> completion_date is a fields.DateTime | ||
2010-11-19 15:51 -!- vladimir(~vladimir@213.151.246.136) has joined #tryton | ||
2010-11-19 15:51 <cedk> vincentvdl: so what is the error? | ||
2010-11-19 15:52 <gordon_geeko> cedk: server | ||
2010-11-19 15:54 <vincentvdl> cedk: mm I thinkk I see it now... time for weekend I guess... error in order=... argument | ||
2010-11-19 15:55 <vincentvdl> cedk sorry..... | ||
2010-11-19 16:07 <cedk> gordon_geeko: http://hg.tryton.org/trytond/file/fedd0b6a7c6d/trytond/model/modelstorage.py#l935 | ||
2010-11-19 16:14 <gordon_geeko> cedk: i dont see the domain defined in ir.action.act.window being checked there | ||
2010-11-19 16:15 <cedk> gordon_geeko: no it is not, those domains are only evaluated on client side | ||
2010-11-19 16:15 <gordon_geeko> cedk: ah... | ||
2010-11-19 16:16 <cedk> gordon_geeko: here http://hg.tryton.org/tryton/file/bec78bfeaad7/tryton/action/main.py#l139 | ||
2010-11-19 16:20 <gordon_geeko> cedk: thx | ||
2010-11-19 16:48 <gordon_geeko> cedk: domain is indeed set correctly but ignored by the view | ||
2010-11-19 16:49 <gordon_geeko> domain arg is filled at Window.create | ||
2010-11-19 16:57 -!- chrue(~chrue@host-091-097-013-084.ewe-ip-backbone.de) has joined #tryton | ||
2010-11-19 17:59 -!- trifon(~trifon@91-67-144-158-dynip.superkabel.de) has joined #tryton | ||
2010-11-19 18:07 -!- chrue(~chrue@host-091-097-013-084.ewe-ip-backbone.de) has joined #tryton | ||
2010-11-19 18:22 -!- vincentvdl(~vincent@62.58.29.41) has left #tryton | ||
2010-11-19 18:48 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2010-11-19 19:23 -!- heg(~heg@dyn.144-85-167-140.dsl.vtx.ch) has joined #tryton | ||
2010-11-19 19:25 -!- heg(~heg@dyn.144-85-167-140.dsl.vtx.ch) has joined #tryton | ||
2010-11-19 19:40 -!- heg(~heg@dyn.144-85-167-140.dsl.vtx.ch) has joined #tryton | ||
2010-11-19 19:47 -!- chrue(~chrue@host-091-097-013-084.ewe-ip-backbone.de) has joined #tryton | ||
2010-11-19 20:14 -!- gordon_geeko(~jeroen@77-56-129-131.dclient.hispeed.ch) has joined #tryton | ||
2010-11-19 20:41 -!- heg(~heg@dyn.144-85-167-140.dsl.vtx.ch) has joined #tryton | ||
2010-11-19 20:57 -!- chrue(~chrue@host-091-097-013-084.ewe-ip-backbone.de) has joined #tryton | ||
2010-11-19 21:02 <gordon_geeko> ne1 know where domain value from an action.act.window is actually set in a field? | ||
2010-11-19 21:20 <cedk> gordon_geeko: what do you mean? | ||
2010-11-19 21:22 <cedk> gordon_geeko: by the way, for which Tryton version is the module you sent me | ||
2010-11-19 21:25 <gordon_geeko> cedk: the module is 1.6, i switched yesterday | ||
2010-11-19 21:25 <gordon_geeko> cedk: i can't figure-out why domain in action window isn't setting the field | ||
2010-11-19 21:26 <cedk> gordon_geeko: it is not a feature | ||
2010-11-19 21:27 <cedk> gordon_geeko: you can make a work arround with context | ||
2010-11-19 21:27 <gordon_geeko> cedk: what's domain used for then? | ||
2010-11-19 21:28 <gordon_geeko> cedk: filtering ok | ||
2010-11-19 21:28 <cedk> gordon_geeko: yes filtering for now | ||
2010-11-19 21:28 <cedk> gordon_geeko: we did not grabbed the feature from OE because it was incomplete | ||
2010-11-19 21:29 <cedk> gordon_geeko: we are thinking about a way to get same feature but that will work in all cases | ||
2010-11-19 21:29 <gordon_geeko> cedk: i wish i never touched OE ;-) | ||
2010-11-19 21:30 <cedk> gordon_geeko: it seems it doesn't work with 1.6 | ||
2010-11-19 21:30 <cedk> gordon_geeko: it uses Transaction | ||
2010-11-19 21:30 <gordon_geeko> cedk: the module you mean? | ||
2010-11-19 21:31 <gordon_geeko> cedk: hmm maybe i was already on 1.8 | ||
2010-11-19 21:31 <cedk> gordon_geeko: yes | ||
2010-11-19 21:32 <cedk> gordon_geeko: this is one main behavior in Tryton development, when we do some thing we do it the more generic and complete as possible | ||
2010-11-19 21:32 <cedk> otherwise we wait | ||
2010-11-19 21:36 -!- vladimir(~vladimir@213.151.246.136) has joined #tryton | ||
2010-11-19 23:50 -!- bechamel(~user@host-85-201-147-56.brutele.be) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!