Skip to content

Commit

Permalink
[IMP] crm_claim_links: In stock picking "Claim" field with copy=True.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredoavanzosc authored and anajuaristi committed Nov 7, 2024
1 parent bdf36b8 commit 4b5c6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crm_claim_links/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class StockPicking(models.Model):
_inherit = "stock.picking"

claim_id = fields.Many2one(string="Claim", comodel_name="crm.claim", copy=False)
claim_id = fields.Many2one(string="Claim", comodel_name="crm.claim", copy=True)

def action_stock_return_picking(self):
context = self.env.context.copy()
Expand Down

0 comments on commit 4b5c6f5

Please sign in to comment.