summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_inventory.py
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-15 13:21:47 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-15 13:21:47 +0700
commiteac7f6b944c0b9f434cd70a558c5aa184f83d8fa (patch)
tree3266263c634240b1696706510ebbfe4ec6aa84e4 /indoteknik_custom/models/stock_inventory.py
parent8c0acd970dfdb463717ae6c4a2bc67a7b32238ab (diff)
parent52066bed7e68757247e17ec89d31959247991595 (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into magento-solr-v1
Diffstat (limited to 'indoteknik_custom/models/stock_inventory.py')
-rw-r--r--indoteknik_custom/models/stock_inventory.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/stock_inventory.py b/indoteknik_custom/models/stock_inventory.py
index 432d9225..84eb5a17 100644
--- a/indoteknik_custom/models/stock_inventory.py
+++ b/indoteknik_custom/models/stock_inventory.py
@@ -53,8 +53,8 @@ class StockInventory(models.Model):
return "00001" # Jika belum ada data, mulai dari 00001
def action_start(self):
- if self.env.user.id not in [21, 17, 6277]:
- raise UserError("Hanya Rafly, denise, dan faisal yang bisa start inventory")
+ if self.env.user.id not in [21, 17, 571, 28]:
+ raise UserError("Hanya Rafly, Denise, Iqmal, dan Stephan yang bisa start inventory")
return super(StockInventory, self).action_start()
@api.model