Browse Source

[FIX] pdb

Gogs 7 years ago
parent
commit
40e334e5bd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      controllers/main.py

+ 0 - 2
controllers/main.py

@@ -358,8 +358,6 @@ class PosSales(http.Controller):
             picking.force_assign()
             picking.action_done()
 
-        import pdb; pdb.set_trace()
-
         date_due = parse(date_today) + rd(days=max(invoice.payment_term.line_ids.mapped(lambda x: x.days + x.days2)))
 
         invoice.write({