mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
MIG stock_picklistFor Odoo 13.0
This commit is contained in:
@@ -5,7 +5,6 @@ from odoo.exceptions import UserError
|
||||
class StockPickingBatch(models.Model):
|
||||
_inherit = 'stock.picking.batch'
|
||||
|
||||
@api.multi
|
||||
def print_pick_list(self):
|
||||
pickings = self.mapped('picking_ids')
|
||||
if not pickings:
|
||||
|
||||
Reference in New Issue
Block a user