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

In Openerp 7.0 one2many field does not save in database even if Save & New or Save & Close button is clicked. To actually Save it in database, one have to click on main Save button of parent object.In Openerp 7 one2many field does not save in database even if Save & New or Save & Close button is clicked. To actually Save it in database, one have to click on main Save button of parent object.

How to solve this issue? Currently Save & New or Save & Close button is not saved the record how to make it work without using main save button?

Ảnh đại diện
Huỷ bỏ

please put an error if came in server so that we can know what is the issue

Tác giả

Issues Sales Order Lines Save & Close Button is not save the record in database. Need to click on main Save Button in Sale order. How to make work Save & Close Button ? Thanks

Câu trả lời hay nhất

This is the correct behavior from 6.1 release.

Only the main save button (parent object), save all records.

If the problem is for programming, even so, you can access from code to all values.

Ảnh đại diện
Huỷ bỏ
Tác giả

Is it possible to change the current behavior ? If possible how?

I dont know, but, why change this? what you need?

Tác giả

In Custom Module Lines Sequence No auto Generated 10, 20, 30 Code is written. In Lines Each and every entry need to save the main button. Then only auto generated working. otherwise it generate 10,10,10 [so how to make work lines save & close button?]

You can use aux vbles or internal counter to save correctly when master is saved (overwrite methods create and write)

Tác giả

please see the link http://forum.openerp.com/forum/topic31545.html same issue