mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] TypeError: unhashable type: 'list'
This commit is contained in:
committed by
ahenriquez
parent
82cb12c2e1
commit
f45ccd1688
@@ -187,7 +187,7 @@ class RmaMakePicking(models.TransientModel):
|
||||
|
||||
@api.model
|
||||
def _get_action(self, pickings, procurements):
|
||||
if pickings:
|
||||
if pickings and procurements:
|
||||
action = procurements.do_view_pickings()
|
||||
else:
|
||||
action = self.env.ref(
|
||||
|
||||
Reference in New Issue
Block a user