Re: [Openerp-community] Annoying bug on the web client : opening a wrong ir.ui.menu form

2011-03-19 Thread Thibaut DIRLIK
Le 19/03/2011 18:24, Christophe Combelles a écrit : Hi, I regularly see a very annoying bug on the web client, that open the wrong menu. Typically like this : - go the the invoice list, or leads, or any other List View - click on the [New] to create a new Lead (or invoice, or anything) => A w

[Openerp-community] Problem with views

2011-03-21 Thread Thibaut DIRLIK
ot what I want. The goal is to have two menus : - Sale Orders - Sale Orders (With commissions) Thanks for your help, -- Thibaut DIRLIK ___ Mailing list: https://launchpad.net/~openerp-community Post to : openerp-community@lists.launchpa

Re: [Openerp-community] Problem with views

2011-03-21 Thread Thibaut DIRLIK
Le lundi 21 mars 2011 à 14:37 +0100, Olivier Dony a écrit : > Le 21/03/11 14:12, Thibaut DIRLIK a écrit : > > Thanks for your answer. So, how could I do to do what I want? I have to > > copy/paste the entire sale order view and create a new one ? This > > doesn't seem

[Openerp-community] Rent Module: Need advice

2011-03-28 Thread Thibaut DIRLIK
been delivered The invoice part, no problem. What about the stock moves? Could you told what king of actions I have to do to do this properly ? Thans for your help, -- Thibaut DIRLIK ___ Mailing list: https://launchpad.net/~openerp-community P

Re: [Openerp-community] Rent Module: Need advice

2011-03-29 Thread Thibaut DIRLIK
Le 28/03/2011 17:47, Fred Blauer a écrit : If people are rent PC's they are not stock. They are fixed assets. Seems to me that is the module that you should be working with. Stock is for products for resale and not renting, from an accounting point of view. Hi, The goal is to be able to say

Re: [Openerp-community] Rent Module: Need advice

2011-03-29 Thread Thibaut DIRLIK
ent->Stock (with a effective date at the end of the order). To do this, I will add a field 'Renting Location' in the partner view, to let the user create a per-partner location if he wants. This way, it's possible to excactly know which products is at the c

[Openerp-community] Workflow: trigger_model and trigger_expr_id

2011-04-01 Thread Thibaut DIRLIK
ng is called. So, I would like to be sure I understood what trigger_model and trigger_expr_id does. Thanks, -- Thibaut DIRLIK ___ Mailing list: https://launchpad.net/~openerp-community Post to : openerp-community@lists.launchpad.net Unsubscribe :

Re: [Openerp-community] Workflow: trigger_model and trigger_expr_id

2011-04-03 Thread Thibaut DIRLIK
Le 02/04/2011 20:55, Nhomar Hernández a écrit : In lines, 2011/4/1 Thibaut DIRLIK mailto:thibaut.dir...@gmail.com>> Good morning, Question Of The Day: I've got a workflow for my rent orders, and I would like to confirm a transition if all invoices are removed/pa

[Openerp-community] Dynamic domains

2011-04-13 Thread Thibaut DIRLIK
.., domain=[('category_id', '=', MY_CATEGORY_ID)]). The problem is that I don't know the ID of my object, and matching on the name is not safe (name can change, may have differents categories with same name, etc). This sounds like a basic thing, but I couldn't do this.

Re: [Openerp-community] OpenERP Rent

2011-06-22 Thread Thibaut DIRLIK
x27;t like bazaar. Launchpad is slow, not user friendly at all, and supports less features than github (autmatic merging of pull request, etc). That's a personal choice ! -- Thibaut DIRLIK ___ Mailing list: https://launchpad.net/~openerp-co

[Openerp-community] OpenERP Rent

2011-06-22 Thread Thibaut DIRLIK
eople ;-) -- Thibaut DIRLIK ___ Mailing list: https://launchpad.net/~openerp-community Post to : openerp-community@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

Re: [Openerp-community] buttons in list views

2011-07-22 Thread Thibaut DIRLIK
I don't think you can use buttons in view_type = tree. It should work in view_type = form, and view_mode = tree. 2011/7/22 Viktor Nagy > Hi, > > I would like a view as the following: > > >mrp.bom.change.production >mrp.bom >tree >

Re: [Openerp-community] set context depending on the current record in ir.actions.act_window

2011-08-02 Thread Thibaut DIRLIK
I don't think it's possible. The context is here to give some infos to your model, not the contrary. 2011/8/2 Viktor Nagy > hi, > > I would like to set the context of an action given in a record xml tag > depending on some value of the model instance being loaded > > is this possible? > > Viktor

Re: [Openerp-community] Looking for info about on_change in trunk

2011-08-18 Thread Thibaut DIRLIK
I'm also interested by this. If the branch is available somewhere, so we can take a look, it would be nice. 2011/8/18 Alexis de Lattre > I forward here the answer that Fabien sent me privately (by mistake I > suppose because I may not be the only one interested by the answer) : > > -- > I do

[Openerp-community] Fwd: how to debug modules ?

2011-08-24 Thread Thibaut DIRLIK
-- Forwarded message -- From: Thibaut DIRLIK Date: 2011/8/24 Subject: Re: [Openerp-community] how to debug modules ? To: Jerzy Orłowski Using Eclipse won't solve the problem, it's just a way to run the commands hey said. I think your are doing the right way. I do

Re: [Openerp-community] Hello...

2011-08-29 Thread Thibaut DIRLIK
Welcome to our small community :-) 2011/8/28 Corne Albers > Hello everybody. > I'm new on openERP but I have seen the demo and it looks great. I just > wanted to tell you I have joined the community. > > Corne Albers > The Netherlands > -- > This message was sent from Launchpad by > Corne Albers

Re: [Openerp-community] how to define an eval'd domain?

2011-09-15 Thread Thibaut DIRLIK
That's strange, from my PoV it should work... 2011/9/14 Viktor Nagy > hi, > > I have some custom product views where I would like to restrict the shown > categories using a domain attribute. The categories to be restricted for are > defined in xml, thus using ref and eval would do the work. But

Re: [Openerp-community] how to get ir.attachment instance as a file-like object?

2011-09-16 Thread Thibaut DIRLIK
Oups sorry ;-) 2011/9/16 Stefan Rijnhart > On 16-09-11 15:48, Thibaut DIRLIK wrote: > >> And you can use cStringIO on file_datas to make it a file-like object. >> >> > Hi Thibaut, > > Very useful, but you did not 'reply list'! > > >

Re: [Openerp-community] Nightly Builds ?

2011-10-20 Thread Thibaut DIRLIK
The server now requires Python 2.6, so they have to recompile hyppocanvas with Python 2.6. I tried to do it by myself but couldn't get it work. That's the only lib which is missing Python 2.6 version. Le 20 octobre 2011 10:33, Joël Grand-Guillaume < joel.grandguilla...@camptocamp.com> a écrit : >

[Openerp-community] Context evaluation doesn't work on 6.1 Web Client

2012-06-26 Thread Thibaut DIRLIK
Hi everybody, I have some context like this on a one2many field : But, when using the new Web Client, I got a KeyError : "an_other_many2one_field_in_the_view" is not defined. I've got the same error in the GTK, but it's not blocking. I guess that on one2many fields, there is 2 context evaluatio

Re: [Openerp-community] [Merge] lp:~thibaut-dirlik/openobject-server/fix-inherits-bug-303455 into lp:openobject-server

2011-08-25 Thread Thibaut DIRLIK (Logica)
t/~thibaut-dirlik/openobject-server/fix-inherits-bug-303455/+merge/72914 Your team OpenERP Community is requested to review the proposed merge of lp:~thibaut-dirlik/openobject-server/fix-inherits-bug-303455 into lp:openobject-server. ___ Mailing l

Re: [Openerp-community] [Merge] lp:~thibaut-dirlik/openobject-server/fix-inherits-bug-303455 into lp:openobject-server

2011-08-26 Thread Thibaut DIRLIK (Logica)
I'm not an expert in Python internal, but I thought that "dict" objects (like _inherits) were not ordered. So, when you say the "right most in _inherits", we can't rely on it. Thanks for your review, -- https://code.launchpad.net/~thibaut-dirlik/openobject-

Re: [Openerp-community] [Merge] lp:~thibaut-dirlik/openobject-server/fix-inherits-bug-303455 into lp:openobject-server

2011-12-01 Thread Thibaut DIRLIK (Logica)
Thank you for merging it ;-) -- https://code.launchpad.net/~thibaut-dirlik/openobject-server/fix-inherits-bug-303455/+merge/72914 Your team OpenERP Community is requested to review the proposed merge of lp:~thibaut-dirlik/openobject-server/fix-inherits-bug-303455 into lp:openobject-server