diff options
Diffstat (limited to 'fixco_custom/models/product_product.py')
| -rwxr-xr-x | fixco_custom/models/product_product.py | 2 |
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( |
