[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 wor

[tryton] Documentation for the 'ir.action.keyword'

2012-08-03 Thread Tristian Paul Lopez Azuara
Hi all, does anyone have or know how the 'ir.action.keyword' xml entry works or for what its used, here is an example form_print party.party,-1

Re: [tryton] Basic setup for HTML based reports

2012-08-01 Thread Tristian Paul Lopez Azuara
On Wednesday, August 1, 2012 7:18:36 AM UTC-7, zodman wrote: > > On Wed, Aug 1, 2012 at 5:51 AM, Dominique Chabord > wrote: > > hello > > > > Le 01/08/2012 02:25, Tristian Paul Lopez Azuara a écrit : > >> What would be the basic setup to create reports

[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 thi

[tryton] Display function field in a One2Many widget

2012-07-18 Thread Tristian Paul Lopez Azuara
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 of the list lazily (Basically a list of dictionaries) and I do not store them in the database, so there's no **id** to be referenced, I'v tried

[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' emp

[tryton] Set user permission without using the GUI

2012-07-03 Thread Tristian Paul Lopez Azuara
Hi, is there a way to set the user permissions as if they were a module? For example I would create a module that contains only the definitions, groups and access rules to the modules and models, by user and maybe (if possible) by a specific record of a model, this to avoid going through the G

[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?

[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-20 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 o

[tryton] Re: Many2One widget with "new" disable

2012-06-14 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 fo

[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&

[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 obt

[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?, I'v

[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, > > > > Can views be created without necessarily having a ModelSQL ( to show the external data as a tree view )? > Well, I guess you can create a class that only extends ModelView and populate the data thru a wizard. > To have it o

[tryton] Re: Auto Id

2012-05-28 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