Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
8040 มุมมอง

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?

อวตาร
ละทิ้ง

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

ผู้เขียน

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

คำตอบที่ดีที่สุด

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.

อวตาร
ละทิ้ง
ผู้เขียน

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

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

ผู้เขียน

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)

ผู้เขียน

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