Merge branch '16.0' of https://git.criptomart.net/CriptoMart/obook into 16.0
This commit is contained in:
commit
efae7d5d03
1 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,6 @@ class Picking(models.Model):
|
|||
|
||||
@api.onchange("partner_id")
|
||||
def onchange_partner_id(self):
|
||||
#super().onchange_partner_id()
|
||||
for picking in self:
|
||||
if not picking.partner_id:
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue