Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
8056 Vues

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
Ignorer

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

Auteur

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

Meilleure réponse

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
Ignorer
Auteur

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

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

Auteur

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)

Auteur

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