Skip to content

Commit

Permalink
[FIX] typo on class name
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeheele committed Feb 17, 2015
1 parent 4647c47 commit b9ef01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_cancel_reason/wizard/cancel_reason.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
QUOTATION_STATES = ['draft', 'sent']


class LogisticRequisitionCancel(models.TransientModel):
class SaleOrderCancel(models.TransientModel):

""" Ask a reason for the sale order cancellation."""
_name = 'sale.order.cancel'
Expand Down

0 comments on commit b9ef01c

Please sign in to comment.