[tryton-dev] MySQL Time Field Issues

2012-08-21 Thread Tristian Paul Lopez Azuara
I ran into the problem of being unable to read models that had fields declared as time type, the fields showed a 'Invalid type NoneType' , when using the MySQL backend, I dug into the issue and the cause was that the the method 'database.dictfetchall' was returning a 'datetime.timedelta'

[tryton] Concurrency Exception

2012-08-20 Thread Tristian Paul Lopez Azuara
Hi all, I sometimes get a weird message with no stack trace when I try to save some model records, It says: Concurrency Exception, the message box is the small one with a red minus icon I haven't been able to trace the root cause as that is all the information that it shows, after it appears

[tryton] Re: using tryton on netwk....

2012-08-03 Thread Tristian Paul Lopez Azuara
On Sunday, July 22, 2012 11:38:38 PM UTC-7, Domas Jokubauskis wrote: hello pls does anyone has a tutorial on how to configure tryton to work on netwk? i have gnuhealth install on unbutu working fyn, but i cant connect to it on the clients and i can ping from both client and server working

[tryton] Basic setup for HTML based reports

2012-07-31 Thread Tristian Paul Lopez Azuara
What would be the basic setup to create reports based on HTML rather than open document formats? Regards, Tristian. -- -- tryton@googlegroups.com mailing list

Re: [tryton] Display function field in a One2Many widget

2012-07-19 Thread Tristian Paul Lopez Azuara
On Wednesday, July 18, 2012 11:50:27 PM UTC-7, Cédric Krier wrote: On 18/07/12 16:23 -0700, Tristian Paul Lopez Azuara wrote: Hi all, I think the title sums it all, I want to display a function field using a One2Many widget, the reason for this is that I compute the the values

[tryton] Access Menus being ignored

2012-07-04 Thread Tristian Paul Lopez Azuara
Hi, I'm not sure if it's a bug or a mistake I've made, I created a group and assigned it only one menu entry in the group's 'Access Menu', however the other menu entries still appear and the one that is missing is the one that I assigned. I have the 'Access Model', 'Access Field' and 'Rules'

[tryton] Re: Set window size for wizard

2012-06-26 Thread Tristian Paul Lopez Azuara
On Friday, June 22, 2012 5:37:31 PM UTC-7, Tristian Paul Lopez Azuara wrote: is there a way to set the default window size for actions, specifically wizards? Hm, thank you for your reply In which place would I be able to change that, In the server code or the client code? Regards

[tryton] Set window size for wizard

2012-06-23 Thread Tristian Paul Lopez Azuara
is there a way to set the default window size for actions, specifically wizards? -- -- tryton@googlegroups.com mailing list

[tryton] Asking for password, re-authentitcation

2012-06-21 Thread Tristian Paul Lopez Azuara
Hi all, is there a way to ask for a password in a wizard or on the write method of a model, or maybe a password widget to show in the wizard, I've looked into the form.rnc file and there's no password widget, I need this because I have a particular wizard that has to authenticate two users in

[tryton] Re: Many2One widget with new disable

2012-06-15 Thread Tristian Paul Lopez Azuara
On Sunday, June 10, 2012 3:02:36 PM UTC-7, guly200 wrote: Is it possible and how can I display a Many2One field with the new button disabled ie with just the magnifier so that I can force users on a view to choose from the existing records and not create a new one ? Hi, in the form

[tryton] Re: Tryton and external data

2012-06-07 Thread Tristian Paul Lopez Azuara
A Dimarts, 5 de juny de 2012 19:59:54, Tristian Paul Lopez Azuara va escriure: On Monday, May 28, 2012 3:57:22 PM UTC-7, Tristian Paul Lopez Azuara wrote: Hello all, I've found my self in the need to pull data that is not stored in tryton's database, the data is accessed from

[tryton] About Icons

2012-06-05 Thread Tristian Paul Lopez Azuara
Hi, I just have a couple of question about icons - What formats are supported (Is SVG the only format)? - Where can I obtain the official available icons (are the bundled ones the only ones)? - How do I add extra icons, do I just place the in the /trytond/ir/ui/icons folder?,

[tryton] Re: Tryton and external data

2012-06-05 Thread Tristian Paul Lopez Azuara
On Monday, May 28, 2012 3:57:22 PM UTC-7, Tristian Paul Lopez Azuara wrote: Hello all, I've found my self in the need to pull data that is not stored in tryton's database, the data is accessed from an external REST API, however the information that is obtained from said API needs

[tryton] Re: Tryton and external data

2012-05-30 Thread Tristian Paul Lopez Azuara
On Tuesday, May 29, 2012 2:35:02 AM UTC-7, Emma wrote: Hi, blockquote class=gmail_quote style=margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex ullispan style=line-height:normalCan views be created without necessarily having a ModelSQL ( to show the external data as

[tryton] Re: Auto Id

2012-05-29 Thread Tristian Paul Lopez Azuara
On Friday, May 18, 2012 8:37:54 AM UTC-7, pjalrimba rimbabara wrote: Hai everybody I just to know how to make auto ID example 1,2,3,4,5,6,7, Please help me with coding Actually, as Cedric mentioned, tryton does generate an Id automatically, you can view it in the tree view by