Skip to content

Commit

Permalink
[FIX] carrier_shipping_label_template: Don't copy shipping labels
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg committed Jul 16, 2024
1 parent b4ef515 commit 5225ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carrier_shipping_label_template/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
class StockPicking(models.Model):
_inherit = "stock.picking"

shipping_label_ids = fields.Many2many("ir.attachment", string="Labels")
shipping_label_ids = fields.Many2many("ir.attachment", string="Labels", copy=False)

0 comments on commit 5225ece

Please sign in to comment.