Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Nov 29, 2013
1 parent 51ee589 commit 3d8356f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sale_cancel_reason/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
==================
When a sale order is canceled, a reason must be given,
it is choosed from a configured list.
it is chosen from a configured list.
""",
'depends': ['sale',
Expand Down
2 changes: 1 addition & 1 deletion sale_cancel_reason/data/sale_order_cancel_reason.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="name">Just for Quotation</field>
</record>
<record id="cancel_reason_no_service_needed" model="sale.order.cancel.reason">
<field name="name">No service needed anymore</field>
<field name="name">Service no longer needed</field>
</record>
<record id="cancel_reason_other_provider" model="sale.order.cancel.reason">
<field name="name">Other Service Provider selected</field>
Expand Down

0 comments on commit 3d8356f

Please sign in to comment.