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

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
Ignorer
Meilleure réponse
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
Ignorer
Publications associées Réponses Vues Activité
2
sept. 25
541
2
sept. 25
712
0
févr. 25
1842
0
déc. 24
46
0
déc. 24
1593