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

Hello,

First of all I must clarity than I am currently learning how to develop custom OpenERP modules so this questions might sound very basic, but reading the documentation I couldn't find any tip in the right direction.

Here is what I am trying to do:

I want to create a wizard which will ask the user to select the period for which it wants a report to be generated. Once he clicks on "generate" and before the PDF is created I need to perform some tasks like generate the sum of some numbers from other tables and save that result into another one. After that I will generate a PDF from the results of that table.

I couldn't find any example on how to save data into a table from within a function. Is this possible? Can I use an INSERT INTO SQL alike statement? Am I approaching my needs in the right way?

Any tip will be much appreciated! Thanks a lot!

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

you can use SQL statement but better to use obj_model.create(cr, uid, val, context) where val is equal to a dictionary:

val = {'first_name':'allan', 'last_name':'manuel'}

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 8 24
1705
2
thg 5 24
1679
Module development Đã xử lý
1
thg 10 15
3521
1
thg 3 15
4355
2
thg 3 15
5959