IRC logs of #tryton for Saturday, 2008-08-23

chat.freenode.net #tryton log beginning Sat Aug 23 00:00:01 CEST 2008
2008-08-23 00:18 <CIA-56> tryton: matb roundup * #137/icon tryton-delete is looking to harmless and meaningless: What about user_trash_full or empty http://commons.wikimedia.org/wiki/Image:User-trash.svg from tango theme with arrows removed to reflect, that ...
2008-08-23 00:51 <CIA-56> tryton: ced roundup * #137/icon tryton-delete is looking to harmless and meaningless: For me, a trash is a place to put things and not the fact of deleting things.
2008-08-23 01:21 <CIA-56> tryton: hartmut@demetrius.muc.goebel-consult.de default * 47:6482b44b0798 company/company.xml:
2008-08-23 01:21 <CIA-56> tryton: Added "Letter" report which gives a letter template with the party's
2008-08-23 01:21 <CIA-56> tryton: address filled in. Using the company header is not yet working.
2008-08-23 01:21 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 48:8d7ac45fb1b0 company/ (company.xml letter.odt): Add company header and missing report
2008-08-23 01:22 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 49:b3a2b6b09529 company/ (company.py letter.odt):
2008-08-23 01:22 <CIA-56> tryton: Instanciate company report
2008-08-23 01:22 <CIA-56> tryton: Fix typo
2008-08-23 01:22 <CIA-56> tryton: Add user signature
2008-08-23 01:22 <CIA-56> tryton: ced roundup * #151/"Letter" report for easily writing letters to partners: [resolved] Applied
2008-08-23 01:35 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 862:fe1e352adf2a trytond/trytond/ (osv/osv.py tools/misc.py): Remove unused functions
2008-08-23 01:35 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 863:03b511477c9c trytond/trytond/osv/orm.py: Use dictionary to format order clause
2008-08-23 01:36 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 125:7eb35f161dba relationship/party.py: Improve order on code
2008-08-23 01:49 -!- ChanServ(ChanServ@services.) has joined #tryton
2008-08-23 01:51 -!- ChanServ(ChanServ@services.) has joined #tryton
2008-08-23 05:18 -!- yangoon(n=mathiasb@p549F4CD4.dip.t-dialin.net) has joined #tryton
2008-08-23 09:43 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-08-23 10:23 <CIA-56> tryton: udono roundup * #137/icon tryton-delete is looking to harmless and meaningless: Other ideas: * for delete of records (in the menubar above, not for one2many views): http://commons.wikimedia.org/wiki/Image:Pictogram_voting_dele ...
2008-08-23 10:31 <udono> Having big problems with the workflow when I try to insert a custom invoice report via an own module...
2008-08-23 10:34 <udono> I try to inherit the original workflow with _inherit, I try to instanciate the original workflow via class NewWorkflow(OrigWorkflow): but I cant get controll over the original class variable states, which I need to change for the new report name...
2008-08-23 11:09 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-08-23 11:34 <cedk> udono: I don't understand your question
2008-08-23 11:34 <cedk> udono: we have not workflow object instance
2008-08-23 11:34 <udono> cedk: but inheritance via _name?
2008-08-23 11:35 <cedk> udono: but not on the workflow
2008-08-23 11:35 <CIA-56> tryton: matb roundup * #273/Client hanging, when disconnected and clicking User/Preferences: [new] Client hanging, when disconnected (by timeout) and clicking User/Preferences Traceback (most recent call last): File "/tryton/gui/main.p ...
2008-08-23 11:36 <udono> cedk: but then I dont know how to create a custom invoice report via an external module
2008-08-23 11:38 <udono> cedk: the problem is in class PrintInvoiceReport(Wizard): inside the states there is the report account.invoice hardcoded... but maybe Iam on the wron trip at all...
2008-08-23 11:38 <cedk> what is the issue? Why do you want to change the workflow?
2008-08-23 11:40 <udono> cedk: ok, I try without, but there I went into trouble yesterday...
2008-08-23 11:40 <udono> cedk: issue follows later, thanks
2008-08-23 11:46 <cedk> udono: one thing that I don't understand is why you don't want to just override the default invoice?
2008-08-23 11:46 -!- b52laptop(n=b52lapto@41.249.250.195) has joined #tryton
2008-08-23 11:48 <udono> cedk: You mean replacing the openoffice templates in the module account_invoice?
2008-08-23 11:49 <cedk> udono: just tell to the invoice report to use an other template
2008-08-23 11:52 <udono> cedk: Via the GUI Admin>IR>reports>invoice?
2008-08-23 11:54 <cedk> udono: yes but you can just do it in xml
2008-08-23 11:56 <udono> cedk: Ok, this sounds good. I try
2008-08-23 11:56 <CIA-56> tryton: matb roundup * #137/icon tryton-delete is looking to harmless and meaningless: @ced: What else do you put in trash, what is not worthless for you and can be deleted? So you will have to use the image of a bomb...;) @udono: > ...
2008-08-23 12:09 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 688:46919f5f4caa tryton/tryton/gui/window/ (attachment.py preference.py): Don't raise exception in the __init__ of object windows, only disable the run
2008-08-23 12:09 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 689:de77d23474a9 tryton/tryton/common/common.py: Test if we have _SOCK before use it for issue273
2008-08-23 12:09 <CIA-56> tryton: ced roundup * #273/Client hanging, when disconnected and clicking User/Preferences: [resolved] Fix with changeset de77d23474a9
2008-08-23 12:13 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 690:816389264d5e tryton/share/pixmaps/tryton-locale.svg: Use better locale icon for issue137
2008-08-23 12:14 <CIA-56> tryton: ced roundup * #137/icon tryton-delete is looking to harmless and meaningless: I put the locale icon
2008-08-23 12:15 <CIA-56> tryton: ced roundup * #137/icon tryton-delete is looking to harmless and meaningless: On 23/08/08 11:56 +0200, Mathias wrote: > > Mathias <mathias.behrle@gmx.de> added the comment: > > @ced: What else do you put in trash, what is ...
2008-08-23 12:28 <CIA-56> tryton: udono roundup * #137/icon tryton-delete is looking to harmless and meaningless: I have the same opinion as cedk. Trash bin suggest: "Klick here to remove this thing out of your view. You can decide later to remove this thing f ...
2008-08-23 13:11 <CIA-56> tryton: matb roundup * #274/Translation: fields without source: [new] In the form Translations I have several fields of type model and field name relationship.country,name, that doesn't show any source see att ...
2008-08-23 13:16 <CIA-56> tryton: matb roundup * #137/icon tryton-delete is looking to harmless and meaningless: I just see http://commons.wikimedia.org/wiki/Image:Edit-delete.svg Isn't this a good alternative to http://commons.wikimedia.org/wiki/Image:Edit- ...
2008-08-23 13:48 -!- ansx(i=nil@motocultabl.eu) has joined #tryton
2008-08-23 14:10 <CIA-56> tryton: matb roundup * #275/trytond doesn't log any more to file: [new] trytond doesn't log any more to file configured in trytond.conf neither on commandline
2008-08-23 14:15 <CIA-56> tryton: ced roundup * #275/trytond doesn't log any more to file: [chatting] I don't understand?
2008-08-23 14:23 <CIA-56> tryton: matb roundup * #275/trytond doesn't log any more to file: it just doesn't create any log file
2008-08-23 14:45 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 864:2e7dab462dc6 trytond/trytond/ir/translation.py: Update src in translation for translation by ids for issue274
2008-08-23 14:46 <CIA-56> tryton: ced roundup * #274/Translation: fields without source: [resolved] Fix with changeset 2e7dab462dc6 But the existing database will not be updated.
2008-08-23 14:48 <CIA-56> tryton: matb roundup * #183/usability: order of fields in form Lines - Purchase Line: [chatting] Doesn't work (any more?): When form is opened, first field focused is description. After form is accepted, focus rests on last field.
2008-08-23 15:21 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 865:a904b05cfd71 trytond/trytond/netsvc.py: Fix missing import from openerp patches for issue275
2008-08-23 15:21 <CIA-56> tryton: ced roundup * #275/trytond doesn't log any more to file: [resolved] Fix with changeset a904b05cfd71
2008-08-23 15:22 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 866:0f435ea8cfe9 trytond/trytond/tools/ (convert.py misc.py): Remove unusefull import of logging
2008-08-23 15:23 <CIA-56> tryton: ced roundup * #183/usability: order of fields in form Lines - Purchase Line: Are you sure you work with the last sources? Because when I try all works well.
2008-08-23 15:32 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 867:1f74199da23b trytond/trytond/ (10 files in 6 dirs): Standardize notify channel
2008-08-23 15:36 <yangoon> cedk: JFYI: database update didn't obviously work on removing constraint NOT NULL on field analytic_accounts integer in table purchase_line
2008-08-23 15:36 <yangoon> cedtherefore I could not insert Subtotals etc.
2008-08-23 15:40 <CIA-56> tryton: matb roundup * #276/Informational: database update doesn't remove constraint: [new] JFYI: database update didn't obviously work on removing constraint NOT NULL on field analytic_accounts integer in table. purchase_line. Th ...
2008-08-23 15:46 -!- b52lap(n=b52lapto@41.249.250.195) has joined #tryton
2008-08-23 15:56 <CIA-56> tryton: udono roundup * #277/Exception: ('ValidateError', 'You try to bypass an access rule (Document type: \n Account Tax\n\n Type:\n percentag...: [new] Traceback (most recent call last): File "/trytond/netsvc.py", line 336, in run res = method(*msg[2:]) File "/trytond/web_service/obj ...
2008-08-23 15:56 <CIA-56> tryton: udono roundup * #277/Exception: ('ValidateError', 'You try to bypass an access rule (Document type: \n Account Tax\n\n Type:\n percentag...: [chatting] Try to save taxes in a new installation of tryton.
2008-08-23 15:58 -!- ansxx(i=nil@motocultabl.eu) has joined #tryton
2008-08-23 16:00 <CIA-56> tryton: udono roundup * #277/Exception: ('ValidateError', 'You try to bypass an access rule (Document type: \n Account Tax\n\n Type:\n percentag...: BTW iam logged in as admin
2008-08-23 16:15 -!- kultviech(n=ag@194.95.66.31) has joined #tryton
2008-08-23 16:18 <CIA-56> tryton: matb roundup * #183/usability: order of fields in form Lines - Purchase Line: Yes, updated once again. 2 screenshots attached 1) after first open of purchase line 2) after inserting line (see also strange focusing of second ...
2008-08-23 16:26 <CIA-56> tryton: matb roundup * #278/Informational message in form header not updated: [new] Informational message in form header not updated, when data are edited (again). (see sreenshot) Additionaly the messages in the form header ...
2008-08-23 16:35 -!- kultfrosch(n=ag@194.95.66.31) has left #tryton
2008-08-23 16:52 -!- ansx(i=nil@motocultabl.eu) has joined #tryton
2008-08-23 17:48 -!- kultviech(n=ag@194.95.66.31) has joined #tryton
2008-08-23 18:26 <CIA-56> tryton: mathias.behrle@gmx.de * r131 /wiki/InstallationOnDebian.wiki: Sample setup added
2008-08-23 18:43 -!- yangoon(n=mathiasb@p549F4C3C.dip.t-dialin.net) has joined #tryton
2008-08-23 19:51 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-08-23 19:53 -!- cedk_(n=ced@ced.homedns.org) has joined #tryton
2008-08-23 19:55 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-08-23 22:05 <CIA-56> tryton: matb roundup * #279/Error in confirming a purchase with subtotals: [new] Seems to be related to issue 276: Now that constraint NOT NULL is removed on field analytic_accounts integer in table purchase_line, there a ...
2008-08-23 22:44 <CIA-56> tryton: udono roundup * #280/Usability improvements: editable List: [new] Hitting enter should move the cursor a line down, but stay the same column like in oo or excel.
2008-08-23 22:57 <CIA-56> tryton: udono roundup * #281/Usability improvement: General tree (or group) action Bulk Edit: [new] It would be great to have a new general action on a group of records in a tree view: 1. Bulk edit: Edit a bulk of selected records. The orig ...

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