Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3918 Переглядів

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 ?

 

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
груд. 20
3579
2
серп. 25
2447
Controller not working Вирішено
2
черв. 25
832
3
черв. 24
3620
1
бер. 23
4002