Skip to content

Commit

Permalink
Merge PR #2441 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by HviorForgeFlow
  • Loading branch information
OCA-git-bot committed Oct 23, 2024
2 parents c7365b8 + ccf1157 commit d204c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions purchase_request/models/stock_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def _prepare_purchase_request(self, origin, values):
"company_id": values["company_id"].id,
"picking_type_id": self.picking_type_id.id,
"group_id": group_id or False,
"requested_by": self.env.context.get("uid", self.env.uid),
"assigned_to": False,
}

@api.model
Expand Down

0 comments on commit d204c97

Please sign in to comment.