Skip to content

Commit

Permalink
[FIX] pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoral committed Oct 31, 2018
1 parent 9bb5e90 commit 205602d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sale_exception_print/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Maintainer

This module is maintained by the |company|.

To contribute to this module, please visit https://www.adhoc.com.ar.
To contribute to this module, please visit https://www.adhoc.com.ar.
4 changes: 2 additions & 2 deletions sale_order_type_automation/models/sale_order_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ def validate_company_id(self):
)
if sequence_diff_company:
raise ValidationError(_(
'The company of the sequence and the warehouse must be '
'the same'))
'The company of the sequence and the warehouse must be '
'the same'))
2 changes: 1 addition & 1 deletion sale_restrict_partners/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Maintainer

This module is maintained by the |company|.

To contribute to this module, please visit https://www.adhoc.com.ar.
To contribute to this module, please visit https://www.adhoc.com.ar.

0 comments on commit 205602d

Please sign in to comment.