summaryrefslogtreecommitdiff
path: root/fixco_custom/models/product_product.py
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-03-03 15:21:47 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-03-03 15:21:47 +0700
commit68ec13f1520690382b05647a2a708a18ddc1defa (patch)
tree8759b5c84b285d0a790af860e3f25e3e865e30c7 /fixco_custom/models/product_product.py
parentfc1cdde83a1bf02889a0299c2b62e594327451f2 (diff)
<Miqdad> fix logistic cannot validate return picking & add iqmal permission in creating product
Diffstat (limited to 'fixco_custom/models/product_product.py')
-rwxr-xr-xfixco_custom/models/product_product.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/product_product.py b/fixco_custom/models/product_product.py
index c9b4d32..536a47c 100755
--- a/fixco_custom/models/product_product.py
+++ b/fixco_custom/models/product_product.py
@@ -27,7 +27,7 @@ class ProductProduct(models.Model):
@api.model
def create(self, vals):
- allowed_user_ids = [2, 10, 12, 15]
+ allowed_user_ids = [2, 10, 12, 15, 13]
if self.env.user.id not in allowed_user_ids:
raise UserError(