Re: [tryton] starting trytond in windows from powershell, please help

2017-05-16 Thread elam muchira
thank you all for your comments. I just realised that setting the dev environment in windows is turning out to be a real pain. But I did manage to run the server with the "python trytond" as proposed above, only that I ended up with more errors, a search of this error on google did not yield

Re: [tryton-dev] view_ids in Many2One

2017-05-16 Thread Pablo Padulles
I just create issue6510 El martes, 16 de mayo de 2017, 4:26:59 (UTC-3), Sergi Almacellas Abellana escribió: > > El 16/05/17 a les 02:31, Pablo Padulles ha escrit: > > * |view_ids|: A comma separated list that specifies the view ids used > > to display

Re: [tryton] Editing a record shown in one2many list

2017-05-16 Thread Sergi Almacellas Abellana
El 16/05/17 a les 10:18, Khurram Shahzad ha escrit: Thank you Sergi. Its fine as long as I have to call write method of the 'Surgery' class from my setter method. But, what about other methods called on click events of buttons on the Surgery form? Will I have to write methods for calling them as

Re: [tryton] starting trytond in windows from powershell, please help

2017-05-16 Thread Dominique Chabord
hi, a "development environment for tryton" is first a develpment environment for python. You will probably find more people knowing windows on python list. As most of us know unix-likes, if you choose an alternative os for development, you need some knowledge about it. An other solution is to

Re: [tryton] Editing a record shown in one2many list

2017-05-16 Thread Khurram Shahzad
On Tue, May 16, 2017 at 12:49 PM, Sergi Almacellas Abellana < se...@koolpi.com> wrote: > El 16/05/17 a les 09:42, Khurram Shahzad ha escrit: > >> Hi all, >> >> I have added following field on the view: >> >> surgeries = fields.Function(fields.One2Many('gnuhealth.surgery', >> None,

Re: [tryton] Editing a record shown in one2many list

2017-05-16 Thread Sergi Almacellas Abellana
El 16/05/17 a les 09:42, Khurram Shahzad ha escrit: Hi all, I have added following field on the view: surgeries = fields.Function(fields.One2Many('gnuhealth.surgery', None, 'Surgeries'), 'get_surgeries') The function 'get_surgeries' returns the list of surgeries as per foreign key. The

[tryton] Editing a record shown in one2many list

2017-05-16 Thread Khurram Shahzad
Hi all, I have added following field on the view: surgeries = fields.Function(fields.One2Many('gnuhealth.surgery', None, 'Surgeries'), 'get_surgeries') The function 'get_surgeries' returns the list of surgeries as per foreign key. The list of surgeries is displayed but when the user opens

Re: [tryton-dev] view_ids in Many2One

2017-05-16 Thread Sergi Almacellas Abellana
El 16/05/17 a les 02:31, Pablo Padulles ha escrit: * |view_ids|: A comma separated list that specifies the view ids used to display the relation. don't work in a M2O fields. the tree work good, but de form no. Is there any way to do it? This is the only way to do it. Have you

Re: [tryton] Could not connect to Server client error

2017-05-16 Thread Sergi Almacellas Abellana
El 15/05/17 a les 18:28, Adrian Herrera Montenegro ha escrit: I'm not trying to connect via web, I'm trying to connect from Tryton client installed in a different machine, although I'm testing via web just to make sure the server is reachable This doesn't matter you have to apply the same

Re: [tryton] Cannot post an invoice - "already reconciled"

2017-05-16 Thread Cédric Krier
On 2017-05-14 15:19, Mark Shane Hayden wrote: > Hi all, > > I have an invoice I cannot post--not sure if it is a bug or that I am > fllowing the wrong procedure. > > Here is the scenario: > > >1. a customer orders two products, sale is processed to completion but >one was the

Re: [tryton] starting trytond in windows from powershell, please help

2017-05-16 Thread Axel Braun
Am Dienstag, 16. Mai 2017, 05:46:47 CEST schrieb Elam Muchira: > thanks for the pointer, but I am still not able to run it. > > I installed tryton via pip with the folowing commands (and the install was > successful) > pip install trytond > pip install tryton > > I therefore do not have the

Re: [tryton] Stock Forecast and Locations Quantity report

2017-05-16 Thread Cédric Krier
On 2017-05-14 06:28, 'Artem Braga' via tryton wrote: > 1. Is it possible to see the stock moves created by the Forecast? I could > not find them in the Customer Moves list No, it is forecast so they are not created. > 2. When checking the Locations Quantity report for ProductA for the period >

Re: [tryton] starting trytond in windows from powershell, please help

2017-05-16 Thread Elam Muchira
thanks for the pointer, but I am still not able to run it. I installed tryton via pip with the folowing commands (and the install was successful) pip install trytond pip install tryton I therefore do not have the /bin/trytond folder but the installation copied files to