[tryton-dev] Tree view in two chained One2Many fields

2013-07-23 Thread Jesús Martín Jiménez
Hi all, I have a form view with two chained One2Many fields. I want to show the first One2Many field in form mode, and the second One2Many field (the chained with the previous one), in tree mode. But no matter what I do, Tryton always shows me the form view. Is it possible to show the tree view

Re: [tryton-dev] Tree view in two chained One2Many fields

2013-07-23 Thread Jesús Martín Jiménez
2013/7/23 Jesús Martín Jiménez > Hi all, > > I have a form view with two chained One2Many fields. I want to show the > first One2Many field in form mode, and the second One2Many field (the > chained with the previous one), in tree mode. But no matter what I do, > Tryton always shows me the form v

Re: [tryton-dev] Tree view in two chained One2Many fields

2013-07-23 Thread Jesús Martín Jiménez
2013/7/23 Jesús Martín Jiménez > > > > 2013/7/23 Jesús Martín Jiménez > >> Hi all, >> >> I have a form view with two chained One2Many fields. I want to show the >> first One2Many field in form mode, and the second One2Many field (the >> chained with the previous one), in tree mode. But no matter

Re: [tryton-dev] Proposal: TRYTOND_CONFIG environmental variable?

2013-07-23 Thread Cédric Krier
On 22/07/13 02:52 -0700, Vincent (CloudSuite) wrote: > This is not a very big deal, but I was thinking that maybe it would be nice > to have optional "TRYTOND_CONFIG" environmental variable where can we > specify the config file path, which of course can be overruled when using > the -c paramete

[tryton-dev] Add an option to ignore Function fields in ir.model.graph

2013-07-23 Thread Code Review - New issues: jean.cavallo
issue3319 URL: http://codereview.tryton.org/991003/

[tryton-dev] sale_opportunity: Improve opportunity workflow

2013-07-23 Thread Code Review - New issues: roba
issue3320 URL: http://codereview.tryton.org/992003/

[tryton-dev] sale: Add field 'origin'

2013-07-23 Thread Code Review - New issues: roba
sale: Add field 'origin' URL: http://codereview.tryton.org/994002/

[tryton-dev] use proteus on a remote tryton database

2013-07-23 Thread Demoy Blake
I am using proteus version 2.2.1 and want to input data into an existing remote database using proteus, however the only documention for proteus I have been able to acquire was for version 0.1 of the program.

Re: [tryton-dev] use proteus on a remote tryton database

2013-07-23 Thread Cédric Krier
On 23/07/13 08:13 -0700, Demoy Blake wrote: > I am using proteus version 2.2.1 and want to input data into an existing > remote database using proteus, however the only documention for proteus I > have been able to acquire was for version 0.1 of the program. I don't know where you find such docu

[tryton-dev] Re: use proteus on a remote tryton database

2013-07-23 Thread Demoy Blake
On Tuesday, July 23, 2013 10:13:52 AM UTC-5, Demoy Blake wrote: > > I am using proteus version 2.2.1 and want to input data into an existing > remote database using proteus, however the only documention for proteus I > have been able to acquire was for version 0.1 of the program. > (on https:/

Re: [tryton-dev] Re: use proteus on a remote tryton database

2013-07-23 Thread Nicolas Évrard
* Demoy Blake [2013-07-23 18:41 +0200]: (on https://python-proteus.readthedocs.org/en/latest/proteus.html the 0.1 may have meant documentation version) I am afraid this is not the same proteus library than the one the tryton project distribute. thanks for the link however it does not tell me

Re: [tryton-dev] Re: use proteus on a remote tryton database

2013-07-23 Thread Demoy Blake
> IIRC, It is something along the line of: > > from proteus import config > conf = config.set_xmlrpc('http://user:password@host:port/database') > > And then you can go on … > > > Thanks alot!

[tryton-dev] Proposal: TRYTOND_CONFIG environmental variable?

2013-07-23 Thread Vincent (CloudSuite)
Hi, Right now, at CloudSuite we have a seperate trytond config files per customer. When we need to update a database, we enter something like: trytond -d "xxx" -u all -c "/home/xxx/trytond/2.4/config/config_xxx.conf" As we have several "trytond as a module" scripts, in each one we need to spec