chat.freenode.net #tryton log beginning Wed Jun 4 17:42:48 CEST 2008 | ||
2008-06-04 17:43 <udono> cedk: when I use account.invoice, than there is for every invoice an directory, but inside the directory are only attachments to the invoice, | ||
2008-06-04 17:44 <udono> cedk: when I use ir.action.report ther is just a top level collection without anything inside. | ||
2008-06-04 17:45 <cedk> udono: yes, I know it doesnt work for invoice, because it is not a real report but a wizard that create the report | ||
2008-06-04 17:45 <udono> ok, than I try out party | ||
2008-06-04 17:45 <cedk> udono: if you want to see what works for now, create a collection of purchase | ||
2008-06-04 17:45 <udono> ok | ||
2008-06-04 17:46 <cedk> udono: or party | ||
2008-06-04 17:46 <udono> thanks | ||
2008-06-04 17:46 <cedk> udono: I will think about a solution for invoice | ||
2008-06-04 17:46 <udono> cedk: great | ||
2008-06-04 17:46 <cedk> irclog is working now, so be carefull of what you say :-) | ||
2008-06-04 17:47 <udono> :-) | ||
2008-06-04 17:50 <udono> cedk: Webdav mapping of the partner label report works marvelous! Many thanks for quick implementation | ||
2008-06-04 17:50 <cedk> udono: I tested also with pdf generator | ||
2008-06-04 17:50 <udono> ok, how? | ||
2008-06-04 17:50 <udono> how to eneable pdf generation? | ||
2008-06-04 17:51 <udono> is it via headless openoffice? | ||
2008-06-04 17:51 <udono> cedk: | ||
2008-06-04 17:51 <cedk> udono: yes | ||
2008-06-04 17:51 <cedk> udono: you must ask htgoebel | ||
2008-06-04 17:52 <udono> ok, you use the openoffice-python module from essich! Great | ||
2008-06-04 17:53 <udono> where I can config the credentials for the openoffice server, and the outputformat? | ||
2008-06-04 17:53 <udono> but I may ask htgoebel... | ||
2008-06-04 17:55 <bechamel> cedk: do you plan to put the logs online ? | ||
2008-06-04 17:56 <cedk> bechamel: yes, waiting tomorrow | ||
2008-06-04 17:57 <cedk> http://www.tryton.org/~irclog | ||
2008-06-04 17:57 <bechamel> cedk: nice | ||
2008-06-04 17:58 <bechamel> cedk: in 6 hours actualy | ||
2008-06-04 18:12 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 355:9a4502378628 /tryton/gui/window/view_form/view/form_gtk/parser.py: Fix typo for issue61 | ||
2008-06-04 18:13 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 550:bf9ab0273eb5 /trytond/module.py: Use Root user to update module | ||
2008-06-04 18:13 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 551:fb938af85326 /trytond/osv/orm.py: Fix typo for language in context | ||
2008-06-04 18:29 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 552:e381a40421ac /trytond/res/user.py: Use Root user to set preferences | ||
2008-06-04 18:29 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 85:959bbc92e500 relationship/party.xml: Fix height of addresses in party view | ||
2008-06-04 18:41 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 356:d788c6b15980 /tryton/gui/window/ (preference.py view_form/screen/screen.py): Set only modified preferences | ||
2008-06-04 18:41 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 357:3c7d7616f67e /tryton/gui/window/view_form/model/field.py: Fix internal value for many2one with widget selection | ||
2008-06-04 18:45 <udono> hello, I have the following structure: | ||
2008-06-04 18:45 <udono> fields.Selection('get_genders', 'Gender', required=True) | ||
2008-06-04 18:45 <udono> sorry | ||
2008-06-04 18:46 <udono> again: | ||
2008-06-04 18:47 <cedk> udono: it is not very powerfull design, you must use a real many2one | ||
2008-06-04 18:48 <cedk> udono: and set widget="selection" in the xml view | ||
2008-06-04 18:48 <udono> cedk: ok, I revert it | ||
2008-06-04 18:49 <cedk> udono: with this models, you use the relation of the DB | ||
2008-06-04 18:50 <cedk> udono: so it will preserve for bad value | ||
2008-06-04 18:51 <udono> ah, ok, I thought it was the same. Actually I dont have own views, and I wanted the selection shown on the autogenerated views... so I went away from layouting inside the Objects :-) | ||
2008-06-04 19:26 -!- Timitos(n=Timitos@88.217.184.172) has left #tryton | ||
2008-06-04 19:45 <udono> strange I try to uninstall my compleat module. First I uninstall via client, then I went to the database and drop the tables. Then I check Administration > UI Views|Menus, then Administration > Models | Fields|Actions | ||
2008-06-04 19:46 <udono> and now I cant install my module again: Relation »person_gender« doesnt exist | ||
2008-06-04 19:48 <udono> Has someone a hint | ||
2008-06-04 19:48 <bechamel> udono: make sur that you have defined your classes in the right order | ||
2008-06-04 19:48 <udono> ups, ok | ||
2008-06-04 19:50 <udono> bechamel: yes, you are right, this depends on the order, not on pre installations | ||
2008-06-04 19:51 <bechamel> udono: this sometimes append on developement db, when classes are created one by one across several iteration one cannot realize that the order is wrong | ||
2008-06-04 19:53 <udono> bechamel: yes, I recognized this after remove and install, before everything works, after new installation nothing works :-) | ||
2008-06-04 19:54 <bechamel> udono: when i was giving training at tiny it happened each time :) | ||
2008-06-04 19:55 <udono> this is bad | ||
2008-06-04 19:59 -!- irclog(n=irclog@tycho.b2ck.com) has joined #tryton | ||
2008-06-04 20:01 -!- irclog(n=irclog@tycho.b2ck.com) has joined #tryton | ||
2008-06-04 20:02 -!- irclog(n=irclog@tycho.b2ck.com) has joined #tryton | ||
2008-06-04 21:21 <yangoo1> just trying to set a first Purchase Order, but when adding a tax to the lines, there is an error: | ||
2008-06-04 21:22 -!- yangoo1(n=mathiasb@p549F54B3.dip.t-dialin.net) has joined #tryton | ||
2008-06-04 21:22 <yangoo1> Would you prefer to commit those bugs to hte bugtracker? | ||
2008-06-04 21:29 <yangoo1> Then please give advice, how to reach bugtracker via tryton, if you are sitting behind a proxy: | ||
2008-06-04 21:29 <yangoo1> Exception: | ||
2008-06-04 21:29 <yangoo1> Traceback (most recent call last): | ||
2008-06-04 21:29 <yangoo1> File "/usr/src/hg/tryton-dist/tryton/tryton/common/common.py", line 300, in send_bugtracker | ||
2008-06-04 21:29 <yangoo1> msg_ids = server.filter('msg', None, {'summary': str(msg_md5)}) | ||
2008-06-04 21:29 <yangoo1> File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__ | ||
2008-06-04 21:29 <yangoo1> return self.__send(self.__name, args) | ||
2008-06-04 21:29 <yangoo1> File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request | ||
2008-06-04 21:29 <yangoo1> verbose=self.__verbose | ||
2008-06-04 21:29 <yangoo1> File "/usr/lib/python2.5/xmlrpclib.py", line 1183, in request | ||
2008-06-04 21:29 <yangoo1> self.send_content(h, request_body) | ||
2008-06-04 21:29 <yangoo1> File "/usr/lib/python2.5/xmlrpclib.py", line 1297, in send_content | ||
2008-06-04 21:29 <yangoo1> connection.endheaders() | ||
2008-06-04 21:29 <yangoo1> File "/usr/lib/python2.5/httplib.py", line 860, in endheaders | ||
2008-06-04 21:30 <yangoo1> self._send_output() | ||
2008-06-04 21:30 <yangoo1> File "/usr/lib/python2.5/httplib.py", line 732, in _send_output | ||
2008-06-04 21:30 <yangoo1> self.send(msg) | ||
2008-06-04 21:30 <yangoo1> File "/usr/lib/python2.5/httplib.py", line 699, in send | ||
2008-06-04 21:30 <yangoo1> self.connect() | ||
2008-06-04 21:30 <yangoo1> File "/usr/lib/python2.5/httplib.py", line 683, in connect | ||
2008-06-04 21:30 <yangoo1> raise socket.error, msg | ||
2008-06-04 21:30 <yangoo1> error: (101, 'Network unreachable') | ||
2008-06-04 21:30 <yangoo1> it seems, that http_proxy is not honoured by the application? | ||
2008-06-04 21:41 <bechamel> yangoo1: i saw the bug on the purchase too, i have fixed it, i just test my solution a push the fix. for the proxy problem you can had a wish/feature on the bug tracker | ||
2008-06-04 21:50 <CIA-50> trytond: Bertrand Chenal <bch@b2ck.com> default * 23:a2f04204a4b8 purchase/purchase.py: Fix: call compute on tax with ids instead of browse reacord. | ||
2008-06-04 21:55 <yangoo1> bechamel: thanks and done | ||
2008-06-04 22:01 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has left #tryton | ||
2008-06-04 22:03 <cedk> yangoo1: can you fill manually a bug about the proxy issue ? thanks | ||
2008-06-04 22:04 <yangoo1> cedk: already done | ||
2008-06-04 22:08 <cedk> yangoo1: I don't see the bug? | ||
2008-06-04 22:08 <cedk> yangoo1: ha ok you added to an other issue | ||
2008-06-04 22:09 <yangoo1> cedk: I attached it to the other one | ||
2008-06-04 22:10 <yangoo1> just saw this here: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/473883 | ||
2008-06-04 22:38 -!- yangoon1(n=mathiasb@p549F54B3.dip.t-dialin.net) has joined #tryton | ||
2008-06-04 23:26 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 358:72e842bc85e2 /tryton/common/common.py: Use https to report bug on tracker |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!