[tryton-dev] trytond: compute domain_get for the right mode (issue385001)

2012-05-24 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/385001/ Affected files: M trytond/ir/rule.py Index: trytond/ir/rule.py === --- a/trytond/ir/rule.py +++ b/trytond/ir/rule.py @@ -158,7 +158,7 @@ if

[tryton-dev] account_statement: Fix invoice state on statement line (issue386001)

2012-05-24 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/386001/ Affected files: M statement.py Index: statement.py === --- a/statement.py +++ b/statement.py @@ -368,8 +368,9 @@ domain=[ ('party',

[tryton] Re: Comment on HelloWorld in tryton

2012-05-24 Thread tryton
Comment by albert.n...@gmail.com: @tristian.azuara No, they can be in several files but you must import those files to __init__.py, just like in any other python module. For more information: http://code.google.com/p/tryton/wiki/HelloWorld -- tryton@googlegroups.com mailing list

[tryton] Tryton Remote Access Problem

2012-05-24 Thread ashutosh verma
I have installed the tryton server and it is working well for localhost. But when i want to access it via static ip through Internet it refused the connection . Any one can tell me step by step to make able the tryton server accessible from Internet using tryton client. --

[tryton] Re: Form validation in a wizard (v2.2)

2012-05-24 Thread guly200
On 24 mai, 13:29, Jean Cavallo jean.cava...@gmail.com wrote: Hi, You could try using a StateTransition which would perform the control then return the current state value. class A(Wizard):     real_state = StateView(...)     check_state = StateTransition()     def

Re: [tryton] Re: Form validation in a wizard (v2.2)

2012-05-24 Thread Jean Cavallo
Thanks Jean for your help. I can't test this because I'm still using version 2.2, do you have a similar solution for 2.2 ? I am sorry, I started tryton on version 2.3-2.4 so I do not know how wizards work in 2.2... Good luck then ! Jean CAVALLO -- tryton@googlegroups.com mailing list

[tryton] Multiple tryton instance

2012-05-24 Thread ashutosh verma
Is it possible to run multiple instance of tryton server on a single server , if yes then how ? -- tryton@googlegroups.com mailing list

Re: [tryton] Multiple tryton instance

2012-05-24 Thread Robin Baumgartner
On 05/24/2012 06:49 PM, ashutosh verma wrote: Is it possible to run multiple instance of tryton server on a single server , if yes then how ? Sure. Just use different config files with different ports for the activated protocols and set multi_server = True in all of them. Then you specify

Re: [tryton] Multiple tryton instance

2012-05-24 Thread Dominique Chabord
Le 24/05/2012 18:49, ashutosh verma a écrit : Is it possible to run multiple instance of tryton server on a single server , if yes then how ? here is an installer for three instances. https://docs.google.com/document/d/1lKIHZcc3TFOUrjQebQ-sVyQ000mIv9gkxJSbCt0JQjE/edit?pli=1 To run different

[tryton] Self-Reference and relationship fields aclaration.

2012-05-24 Thread Triztian
I'm trying to model a One2One and a one2many relationship for two tables, they have self reference. The tables are like this part(pk_id, name) , assembly(fk_part_id, fk_part_id_component, comp_quantity) I have two classes part.py and assembly.py, they inherit from ModelSQL and ModelView

[tryton] Re: Comment on HelloWorld in tryton

2012-05-24 Thread tryton
Comment by tristian...@gmail.com: Also, can I split my xml into multiple files? For more information: http://code.google.com/p/tryton/wiki/HelloWorld -- tryton@googlegroups.com mailing list

[tryton] Processing Sales

2012-05-24 Thread Jan Grasnick | grasbauer ug
Hi, Need a short explanation, why automaticly a out_credit_note is created, if I process a sale. Jan -- tryton@googlegroups.com mailing list

[tryton] Processing Sales II

2012-05-24 Thread Jan Grasnick | grasbauer ug
Hi again, yesterday I was discussing with a customer the workflow of processing a sales with invoice_method='shipment' . The question: how to handle sales, that have both lines with products of type service and goods. The default module is handling this usecase like this: Creating