Skip to content

Commit

Permalink
fixup! shipment_advice: do not copy shipment advice id on moves
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed May 13, 2024
1 parent 5802bf3 commit d2e8bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shipment_advice/models/stock_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class StockMoveLine(models.Model):
ondelete="set null",
string="Shipment advice",
index=True,
copy=False,
)

def button_load_in_shipment(self):
Expand Down

0 comments on commit d2e8bf4

Please sign in to comment.