Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3898 Lượt xem

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 ?

 

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 12 20
3568
2
thg 8 25
2443
2
thg 6 25
823
3
thg 6 24
3616
1
thg 3 23
4000