MIG stock_picklistFor Odoo 13.0

This commit is contained in:
Bhoomi
2019-09-04 11:06:02 -04:00
parent 0ef0d6b1ce
commit ec1e5527a7
3 changed files with 3 additions and 3 deletions

View File

@@ -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: