[tryton-dev] project: review view structure (issue387001)

2012-05-25 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/387001/ Affected files: M work.xml Index: work.xml === --- a/work.xml +++ b/work.xml @@ -64,30 +64,29 @@ field name=typeform/field

[tryton-dev] project_revenue: review project/task view (issue388001)

2012-05-25 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/388001/ Affected files: M work.py M work.xml Index: work.py === --- a/work.py +++ b/work.py @@ -46,8 +46,11 @@ digits=(16,

[tryton-dev] timesheet: add states on hours (issue385002)

2012-05-25 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/385002/ Affected files: M work.py Index: work.py === --- a/work.py +++ b/work.py @@ -20,7 +20,11 @@ right = fields.Integer('Right', required=True,

Re: [tryton-dev] New Reference widget

2012-05-25 Thread Jean Cavallo
Everyone, I talked with cedric about this, and we would really need some feedback on this so that we can design the solution that would be the more useful for all. If you encountered this problem before, your solution to it would be interesting as well, as we do not want to develop something that

[tryton-dev] Wizard session forwarding

2012-05-25 Thread Jean Cavallo
Hi all, I am looking for a way to access a wizard's session from within a One2Many field defined on one of the wizard's StateView. I want to initialize some data on the list's elements and need to look for data in the previous states of the wizard. Any idea ? Jean CAVALLO --

Re: [tryton-dev] Wizard session forwarding

2012-05-25 Thread Cédric Krier
On 25/05/12 17:33 +0200, Jean Cavallo wrote: Hi all, I am looking for a way to access a wizard's session from within a One2Many field defined on one of the wizard's StateView. I want to initialize some data on the list's elements and need to look for data in the previous states of the

Re: [tryton-dev] Wizard session forwarding

2012-05-25 Thread Jean Cavallo
I am looking for a way to access a wizard's session from within a One2Many field defined on one of the wizard's StateView. I want to initialize some data on the list's elements and need to look for data in the previous states of the wizard. Use the default_state method. Well, I used

Re: [tryton-dev] Wizard session forwarding

2012-05-25 Thread Cédric Krier
On 25/05/12 17:42 +0200, Jean Cavallo wrote: I am looking for a way to access a wizard's session from within a One2Many field defined on one of the wizard's StateView. I want to initialize some data on the list's elements and need to look for data in the previous states of the

Re: [tryton-dev] Wizard session forwarding

2012-05-25 Thread Jean Cavallo
Well, I used this when I wanted to init basic type fields or Many2Ones. I would like a way to init new records of a One2Many, so I need code that will be called everytime I click on the New icon of the State's One2Many field. It is default_field methods of the target. I know that, but

Re: [tryton-dev] Wizard session forwarding

2012-05-25 Thread Cédric Krier
On 25/05/12 17:50 +0200, Jean Cavallo wrote: Well, I used this when I wanted to init basic type fields or Many2Ones. I would like a way to init new records of a One2Many, so I need code that will be called everytime I click on the New icon of the State's One2Many field. It is

Re: [tryton] Re: Auto Id

2012-05-25 Thread Jean Cavallo
Why do you want another auto increment field when you already have the id column ? He may be talking of something more like a sequence generator (Administration = Sequence) ? Jean CAVALLO -- tryton@googlegroups.com mailing list

[tryton] Module version mismatch

2012-05-25 Thread ashutosh verma
I am installing various tryton modules using pip install but always facing the version mismatch problem , any one have the solution to get rid of version mismatch. -- tryton@googlegroups.com mailing list

[tryton] Re: Processing Sales

2012-05-25 Thread Okko
On Friday, May 25, 2012 1:01:15 AM UTC+2, grasbauer wrote: Hi, Need a short explanation, why automaticly a out_credit_note is created, if I process a sale. Could it be related to: https://bugs.tryton.org/issue2555 ? Jan -- tryton@googlegroups.com mailing list

[tryton] Tryton Modules

2012-05-25 Thread ashutosh verma
Is there any restriction to install some tryton modules along with some other tryton modules , is it possible to install all tryton modules on a single server. -- tryton@googlegroups.com mailing list

[tryton] Removal of tryton

2012-05-25 Thread ashutosh verma
What is the command or procedure to remove completely the tryton server all tryton modules from the server ? Please tell me the procedure to remove only the tryton modules its files. -- tryton@googlegroups.com mailing list

Re: [tryton] Removal of tryton

2012-05-25 Thread Jan Grasnick | grasbauer ug
Am 25.05.2012 09:33, schrieb ashutosh verma: What is the command or procedure to remove completely the tryton server all tryton modules from the server ? Please tell me the procedure to remove only the tryton modules its files. -- tryton@googlegroups.com mailing list Depends of the type of

Re: [tryton] Module version mismatch

2012-05-25 Thread Jan Grasnick | grasbauer ug
Am 25.05.2012 09:27, schrieb ashutosh verma: I am installing various tryton modules using pip install but always facing the version mismatch problem , any one have the solution to get rid of version mismatch. you can do pip install modul==2.2 (i.e. Versionnumber) -- tryton@googlegroups.com

[tryton] Tryton Module installation

2012-05-25 Thread ashutosh verma
Is there any single command to install all tryton modules with the same version i.e. all modules will be compatible to each other , no version mismatch will be occur. -- tryton@googlegroups.com mailing list

[tryton] Re: Module version mismatch

2012-05-25 Thread ashutosh verma
It means all modules with the same version no. (assume 2.2) will be compatible to each other? On Friday, May 25, 2012 12:57:20 PM UTC+5:30, ashutosh verma wrote: I am installing various tryton modules using pip install but always facing the version mismatch problem , any one have the

Re: [tryton] Re: Processing Sales

2012-05-25 Thread Cédric Krier
On 25/05/12 09:48 +0200, Jan Grasnick | grasbauer ug wrote: Am 25.05.2012 09:30, schrieb Okko: Hi, Need a short explanation, why automaticly a out_credit_note is created, if I process a sale. Could it be related to: https://bugs.tryton.org/issue2555 ? This patches are

Re: [tryton] Processing Sales II

2012-05-25 Thread Cédric Krier
On 25/05/12 01:20 +0200, Jan Grasnick | grasbauer ug wrote: 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

Re: [tryton] Re: Module version mismatch

2012-05-25 Thread Cédric Krier
On 25/05/12 01:03 -0700, ashutosh verma wrote: It means all modules with the same version no. (assume 2.2) will be compatible to each other? The compatibility of different parts of Tryton is based on the two first number of the release. See

Re: [tryton] scheduled actions / import

2012-05-25 Thread Cédric Krier
On 23/05/12 05:58 -0700, spiros sotiropoulos wrote: I have two questions I want to share. First of all, I haven't grasped the functionality of the scheduled actions. I have tried to modify an function to see if it works. In particular I left all the the parameters of Run On Time Triggers

Re: [tryton] Re: Processing Sales

2012-05-25 Thread Jan Grasnick | grasbauer ug
Am 25.05.2012 10:31, schrieb Cédric Krier: On 25/05/12 09:48 +0200, Jan Grasnick | grasbauer ug wrote: Am 25.05.2012 09:30, schrieb Okko: Hi, Need a short explanation, why automaticly a out_credit_note is created, if I process a sale. Could it be related to:

[tryton] Re: Self-Reference and relationship fields aclaration.

2012-05-25 Thread Triztian
This is the classes that id like to model(in pure python) , how would the be in tryton? Part(): p_id = 0 Assembly(): a_id = 0 parts = [ ( pid, p_qty ) ] On Thursday, May 24, 2012 11:42:39 AM UTC-7, Triztian wrote: I'm trying to

Re: [tryton] Re: Self-Reference and relationship fields aclaration.

2012-05-25 Thread Cédric Krier
On 25/05/12 17:05 -0700, Triztian wrote: This is the classes that id like to model(in pure python) , how would the be in tryton? Part(): p_id = 0 Assembly(): a_id = 0 parts = [ ( pid, p_qty ) ] On Thursday, May 24,

Re: [tryton] Re: Self-Reference and relationship fields aclaration.

2012-05-25 Thread Cédric Krier
On 25/05/12 18:01 -0700, Triztian wrote: So I infer that a parent cannot establish a relation to a child without the child specifying a field that relates them to its parent? No, this is a basic design with relational database. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège