diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-07 09:07:31 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-07 09:07:31 +0700 |
| commit | 794a5bd14560efb1932d562eb2fdff989cc6fa9b (patch) | |
| tree | ab2bdfd6cabc4d8716411d2b451398b4afaaa70a | |
| parent | 52767afb54fe6e2ef2e2a976a5730c9299ef2ea0 (diff) | |
push
| -rw-r--r-- | fixco_custom/models/stock_picking_return.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/stock_picking_return.py b/fixco_custom/models/stock_picking_return.py index 2e57241..625f84d 100644 --- a/fixco_custom/models/stock_picking_return.py +++ b/fixco_custom/models/stock_picking_return.py @@ -10,7 +10,7 @@ class ReturnPicking(models.TransientModel): def create_returns(self): if ( - self.env.user.id not in [12, 10, 2, 15,] + self.env.user.id not in [12, 10, 2, 15, 22] and 'BU/IN' in self.picking_id.name and 'PO/' in self.picking_id.origin and self.picking_id.picking_type_code == 'incoming' |
