Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3903 Tampilan

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
Buang
Post Terkait Replies Tampilan Aktivitas
0
Des 20
3574
2
Agu 25
2444
2
Jun 25
825
3
Jun 24
3617
1
Mar 23
4000