[Openerp-community] OpenERP 6.1 transaction issue

2012-06-18 Thread Sam Lefever
Dear community, We are facing a problem passing our code in 6.1 version. We try to insert data in a transaction and in the same transaction, looking for those data. It was working perfectly in 6.0, but not anymore in 6.1. Does someone have an idea for what is the change between versions? Thanks

Re: [Openerp-community] OpenERP 6.1 transaction issue

2012-06-18 Thread Eric Caudal
Title: Eric CAUDAL http://www.openerp.com/forum/post101050.html#p101050 There is as well a community project for this matter: https://launchpad.net/openupgrade-server Good luck

Re: [Openerp-community] OpenERP 6.1 transaction issue

2012-06-18 Thread Sam Lefever
Hello and thanks for the answer. But, if I understood the project, the links your sent are for DB migration, am I right? We are facing problem with code migration. Thanks Sam ___ Samuel Lefever Software Engineer Tel : +32 2 333.58.52 GSM : +32 471 88.88.83 Email : s...@taktik.be

Re: [Openerp-community] OpenERP 6.1 transaction issue

2012-06-18 Thread Stefan Rijnhart
On 18-06-12 10:16, Sam Lefever wrote: Dear community, We are facing a problem passing our code in 6.1 version. We try to insert data in a transaction and in the same transaction, looking for those data. It was working perfectly in 6.0, but not anymore in 6.1. Does someone have an idea for wha

Re: [Openerp-community] OpenERP 6.1 transaction issue

2012-06-18 Thread Stefan Rijnhart
self.pool.get('res.partner').write(cr, uid, {'name': 'New name'} Would not want to befog the kids trying this out at home, so rather self.pool.get('res.partner').write(cr, uid, 1, {'name': 'New name'}) -- Therp - Maatwerk in open ontwikkeling Stefan Rijnhart - Ontwerp en implemen

Re: [Openerp-community] OpenERP 6.1 transaction issue

2012-06-18 Thread Sam Lefever
Thanks for your answers. We finally found the reason (that s in our code) why we didn't have access to the update data in the same transaction. Thanks all, Sam ___ Samuel Lefever Software Engineer Tel : +32 2 333.58.52 GSM : +32 471 88.88.83 Email : s...@taktik.be

[Openerp-community] many2many relations in Calendar view

2012-06-18 Thread Pierre Thibault
Hello, I am using a calendar view and would like to use a many2many field for the color attribute: Here I would like to change the color attribute for another field. My field is in this case is many2many. I know that this mean that I can have more than one color for an event in th

Re: [Openerp-community] A need of expert validated modules

2012-06-18 Thread Lionel Sausin, de la part de l'équipe informatique Numérigraphe
I definitely encourage the creation of active experts group and coordinated community developments. Numérigraphe can't really get actively involved for the moment (there's still plenty of things to fix/improve in the main addons for our needs), but we will encourage and contribute to the extend