Skip to content

Commit

Permalink
[FIX] del_dist_list: distribution_carrier_id does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
remytms committed Jan 23, 2023
1 parent 52abcd9 commit 9011423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def send_invoice(self):
def onchage_partner_id(self):
self.delivered_qty = self.partner_id.quantity_to_deliver
self.ordered_qty = self.partner_id.quantity_to_deliver
self.distribution_carrier_id = self.partner_id.carrier_id.id
self.carrier_id = self.partner_id.carrier_id.id

@api.onchange("ordered_qty")
def onchage_orderer_qty(self):
Expand Down

0 comments on commit 9011423

Please sign in to comment.