Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3890 Zobrazení

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
pro 20
3558
2
srp 25
2441
2
čvn 25
819
3
čvn 24
3615
1
bře 23
3999