Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
7 Відповіді
9276 Переглядів

actually my requirement is record will be save only if i click save button. but whenever i click button in my form then duplicate record saved in my table. so how to sort out this issue in odoo 8 ?

Аватар
Відмінити

Wich button u clicking??

Wich button u clicking??

i think he means any button with some function inside the form. also he don't have any required fields inside that form i guess

Найкраща відповідь

Hello Bailey,

Every button that has an action like add discounts, open another form, update function fields.... and more... Every button is going to save the data, because some of them need the active_id (actual id of the form), so they need it to be stored, function fields needs records to be stored to work. The only operation that you can do without saving the form is ON CHANGE, because you are passing arguments and it's returning something.... But the rest operations, are going to be stored.

Аватар
Відмінити
Найкраща відповідь

Make any one field as required

Аватар
Відмінити

I think Thankaraj & Gopalakrishnam are friends....Or both r same

Найкраща відповідь

you are clicking duplicate button????

Аватар
Відмінити
Автор

Not like that, any button inside in form,any idea for this?

you should check your code which ever button you are clicking. may be you call write method that save your data. this is one of the possibility.