Skip to content

Commit

Permalink
[IMP] purchase_request: transfer the user that confirm another record…
Browse files Browse the repository at this point in the history
… (sale, production) that generate the purchase request
  • Loading branch information
alan196 committed Oct 26, 2023
1 parent f26069c commit 6a98610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions purchase_request/models/stock_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ 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._context.get("uid", self.env.user.id),
}

@api.model
Expand Down

0 comments on commit 6a98610

Please sign in to comment.