Skip to content

Commit

Permalink
[FIX] P3: syntax error in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
xmo-odoo committed May 26, 2017
1 parent 4a9471f commit 5266708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/purchase/test/ui/delete_order.yml
Expand Up @@ -11,7 +11,7 @@
!python {model: purchase.order, id: purchase_order_1}: |
try:
self.unlink()
except Exception,e:
except Exception:
pass
-
I delete a cancelled order.
Expand Down

0 comments on commit 5266708

Please sign in to comment.