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

Hello,

on a PO, when I click on a line, Odoo directly go on edit mode on my PO.
Before on V14, to modify something on my PO, I had to push on EDIT BUTTON.

How in V15 have the same behavior?

Thanks in advance

Denis

อวตาร
ละทิ้ง

As far as I know, you can't configure that. Obviously, the guys at Odoo think it's totally cool. The fact that others might not see it that way doesn't really matter to them.
Unfortunately, there are many examples of this. They don't care about bugs anymore but about some kid stuff. I had already heard that they now want to attack SAP or MS, but do they have to take on their arrogance first?

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

Hi,

You can use this  module for the same: https://apps.odoo.com/apps/modules/15.0/disable_form_quick_edit/

Thanks

อวตาร
ละทิ้ง

Thanks, will try this out. The v15 "auto save" is dangerous, it is too easy for edits to be made by mistake.

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

Hello denis nzisabira h

You can achieve the functionality by overriding the _onQuickEdit  function from the FormController from the web module.


var FormController = require('web.FormController');


FormController.include({

    _onQuickEdit: function () {

    return false

},

});



@EMKA GmbH & Co. KG c/o Dr. Thomas Koliwer your answer was not helpful at all. If you don't have capability of providing proper answer in the forum/community then it would be nice to stay away putting the comment which is relevant to the question.

Thanks


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

Hello Vishal,
thanks for your answer.
Where I can do that ?
Denis

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
พ.ค. 25
515
4
พ.ค. 25
1822
2
พ.ค. 25
1972
1
ก.พ. 25
5255
3
ธ.ค. 24
1776