Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
8037 Zobrazení

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?

Avatar
Zrušit

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

Autor

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

Nejlepší odpověď

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.

Avatar
Zrušit
Autor

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

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

Autor

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)

Autor

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