diff options
| -rw-r--r-- | fixco_custom/models/purchase_order.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/models/purchase_order.py b/fixco_custom/models/purchase_order.py index 5a9cf7c..fdf775a 100644 --- a/fixco_custom/models/purchase_order.py +++ b/fixco_custom/models/purchase_order.py @@ -353,8 +353,8 @@ class PurchaseOrder(models.Model): # if self.source == 'manual' and self.env.user.id not in [12, 10, 2, 15]: # raise UserError(_("Anda tidak memiliki akses untuk melakukan konfirmasi PO manual")) res = super(PurchaseOrder, self).button_confirm() - if self.partner_id.id == 270: - self.action_create_order_altama() + # if self.partner_id.id == 270: + # self.action_create_order_altama() return res |
