summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-12-02 11:54:16 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-12-02 11:54:16 +0700
commit632684c20250e864122af1138bdf5c9ea81cafbb (patch)
treedd7dc7e589c61bf2e9768ecd3a37d0be25832376
parentfc226081de0bcf8e573307f94c08dfe4c3769b4d (diff)
parentb49fc1dcecd3543917c46f6c0a1505b271da5c51 (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into cr_renca_find
merge
-rw-r--r--indoteknik_custom/models/stock_inventory.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_inventory.py b/indoteknik_custom/models/stock_inventory.py
index e41854ef..432d9225 100644
--- a/indoteknik_custom/models/stock_inventory.py
+++ b/indoteknik_custom/models/stock_inventory.py
@@ -55,6 +55,7 @@ class StockInventory(models.Model):
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")
+ return super(StockInventory, self).action_start()
@api.model
def create(self, vals):