IRC logs of #tryton for Thursday, 2011-10-27

chat.freenode.net #tryton log beginning Thu Oct 27 00:00:03 CEST 2011
2011-10-27 04:32 -!- ciupicri(~ciupicri@unaffiliated/ciupicri) has joined #tryton
2011-10-27 10:57 <vuk> hi everibody
2011-10-27 10:58 <vuk> may i ask a question about trytond 2.2?
2011-10-27 10:58 <udono> vuk: hi, just ask.
2011-10-27 11:00 <vuk> thnks. i just installed 2.2, created a new db, logged through client. everything ok so far except that i don't have anymore the record delete icon, in every view (groups, users, countries...). any idea?
2011-10-27 11:02 <bechamel> vuk: the delte action is now part of the menu (with the tools icon)
2011-10-27 11:03 <vuk> mmm...i don't see any tools icon...AAAHHHH...THAT tool icon!
2011-10-27 11:04 <vuk> ok found
2011-10-27 11:04 <vuk> a new world opens
2011-10-27 11:04 <vuk> thanls bechamel
2011-10-27 11:05 <vuk> since we're here, are you interested in the core modules + client italian translation?
2011-10-27 11:06 <bechamel> vuk: yes why not, as long as you are ready to maintain it
2011-10-27 11:07 <vuk> and returning to the delete affair, is there a way to add an action from the tool menu as an icon to the toolbar?
2011-10-27 11:10 <vuk> for the translation: ok, i'm working on my first real tryton project, i'm expectiong to work on more in the future, so i'm going to refine the current translation and will be in touch
2011-10-27 11:18 <bechamel> vuk: for the tool menu: no
2011-10-27 11:19 <bechamel> vuk: we had a guy from Italy who started the translation, but he stopped pretty quickly
2011-10-27 11:24 <vuk> damn italians! I'll try to keep up the national flag (even if it's not easy these times for italy...). Just one last question and I'll leave you quiet: is 2.3 realease stable enough for production purpose or is it better to stay on 2.2?
2011-10-27 11:27 <bechamel> vuk: 2.3 == 2.2 at the moment
2011-10-27 11:27 <udono> vuk: when you wanted to start production phase?
2011-10-27 11:28 <bechamel> when we freeze the trunk, we do not create a new branch, the new trunk is created after the stabilization and the release is made
2011-10-27 11:28 <vuk> on january it must be up and running
2011-10-27 11:29 <bechamel> so 2.3 is pretty stable now, but will be less stable in january :)
2011-10-27 11:29 <udono> vuk: so it will be too early to go 2.3 and wait for 2.4. I would suggest: use stable 2.2.
2011-10-27 11:29 <udono> bechamel: :-)
2011-10-27 11:29 <vuk> ooookay, got the message!
2011-10-27 11:29 <vuk> thanks folks
2011-10-27 11:30 <vuk> you're doing a great job, hope to be useful someway as soon as possible
2011-10-27 11:30 <bechamel> vuk: thx
2011-10-27 11:45 <sisalp> I wish to clone https://codereview.appspot.com/3973049/ with tortoisehg
2011-10-27 11:45 <nicoe> sisalp: you can not clone a codereview
2011-10-27 11:45 <sisalp> wherever I use the diff or the directory, it fails
2011-10-27 11:45 <nicoe> how does it fail ?
2011-10-27 11:45 <sisalp> https://codereview.appspot.com/3973049/' does not appear to be an hg repository
2011-10-27 11:46 <nicoe> we should implement this feature in hgreview
2011-10-27 11:46 <nicoe> Why does not the diff work ?
2011-10-27 11:47 <cedk> sisalp: you must do: hg import --no-commit https://codereview.appspot.com/download/issue3973049_82001.diff
2011-10-27 11:49 <sisalp> the command succeeds, I will use it instead of tortoise
2011-10-27 11:49 <sisalp> thank you
2011-10-27 11:50 <cedk> any way, I'm thinking about creating a staging repositories for all those modules that take time to finalize
2011-10-27 14:37 -!- pjstevns(~pjstevns@a83-163-46-103.adsl.xs4all.nl) has left #tryton
2011-10-27 14:40 <hoRn> hi
2011-10-27 15:14 <hoRn> I wanna use the concept of product.template for a simple product variant (only one unimportant field is different between variants). delete() in the main module product.product don't let me delete a product. so i decided overwrite delete with a direct action in sql. could this may have serious consequences for other products?
2011-10-27 15:15 <hoRn> not other product - other modules - stock for example
2011-10-27 15:16 <cedk> hoRn: what is the problem with delete?
2011-10-27 15:18 <hoRn> cedk: delete in product.product delete the templates as well - but I wan't to delete the product only
2011-10-27 15:19 <cedk> hoRn: only if there is no more product linked to it
2011-10-27 15:23 <hoRn> cedk: ok - now I got it. I had only one product related to the template and tried to delete the product from the templates view ;)
2011-10-27 15:24 <cedk> hoRn: perhaps this behavior should be optional
2011-10-27 15:24 <cedk> hoRn: when you want to work with templates
2011-10-27 15:26 <hoRn> cedk: perhaps. need to think about it. do we need a template without any product connected to it ....
2011-10-27 15:36 <cedk> hoRn: otherwise you need to prevent to delete all the product from the template
2011-10-27 15:37 <cedk> hoRn: because you will have an error message when the client will try to reload the template
2011-10-27 15:37 <hoRn> cedk: yes - I did it right now.
2011-10-27 15:38 <hoRn> cedk: Mission impossible - we need at least one Product connected to the template
2011-10-27 15:55 -!- vuk(~quassel@host67-88-dynamic.4-87-r.retail.telecomitalia.it) has left #tryton
2011-10-27 18:30 -!- sisalp(~dominique@annecy.sisalp.net) has left #tryton
2011-10-27 21:08 <meanmicio> cedk : ping
2011-10-27 21:09 <meanmicio> Just released GNU Health 1.4.0 stable for Tryton 2.2
2011-10-27 22:20 <hoRn> can anybody give me a hint what is the pattern for a grep, if i need aMany2One sortable by drag'n drop? like in invoice.line?
2011-10-27 22:24 <cedk> hoRn: invoice.line are one a One2Many
2011-10-27 22:24 <cedk> hoRn: you can look at the adresses on party
2011-10-27 22:36 <hoRn> cedk: black out again - don't know what makes a tree sortable :( - will take a look tomorrow
2011-10-27 22:41 <cedk> hoRn: it is the sequence attribute in the tree view
2011-10-27 22:42 <hoRn> ok - supposed this.
2011-10-27 22:47 <hoRn> cedk:thanks - in my first live I was graduate of humanities - after more than 5 hours starring to a screen with code a kind of stupidity always hits me ...
2011-10-27 23:48 <zodman> tryton on reddit http://www.reddit.com/r/Python/comments/lqd8g/tryton_the_really_free_erp_release_the_version_22/

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