Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
4135 Näkymät

The goal of the code is whenever a new thread is started, to create new records for a given Model type.

How do I complete the following code:

with Environment.manage() :
    with openerp.registry("mydb").cursor() as new_cr:
       new_env = Environment(new_cr, Environment.uid, None) # How properly to set the parameters?
  1. This has to be in a function named get_env_instance, which returns Environment instance.

  2. Can I access a list of active databases or something like that, to avoid hardcoding the db name ?

 

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
0
jouluk. 20
3751
2
elok. 25
2780
2
kesäk. 25
1262
3
kesäk. 24
4066
1
maalisk. 23
4362