Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2015 Vizualizări

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?

Imagine profil
Abandonează
Cel mai bun răspuns
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




Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
sept. 25
540
2
sept. 25
711
0
feb. 25
1842
0
dec. 24
46
0
dec. 24
1591