콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8074 화면

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