Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
2023 Tampilan

At the moment if I'm in the barcode module and press the Validate button, the window closes.

I want to change it so that I can first press Validate, and then add quantities and add to the package.



Any guidance or examples on how this can be done?

Avatar
Buang
Jawaban Terbai
class Picking(models.Model):
_inherit = "stock.picking"

class StockPicking(models.Model):
_inherit = "stock.picking"

def button_validate(self):
res = super(StockPicking, self).button_validate()
# Your code here
return res




Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Sep 25
554
2
Sep 25
728
0
Feb 25
1848
0
Des 24
46
0
Des 24
1604