Skip to content

Commit

Permalink
Merge PR #748 into 10.0
Browse files Browse the repository at this point in the history
Signed-off-by rafaelbn
  • Loading branch information
OCA-git-bot committed Sep 22, 2019
2 parents c95b8c7 + 33144b3 commit 38d611f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sale_force_invoiced/model/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ class SaleOrder(models.Model):
'order will be considered as fully '
'invoiced, even when there may be '
'ordered or delivered quantities '
'pending to invoice.',
'pending to invoice. To use this '
'field, the invoice must be in '
'"locked" state.',
readonly=True,
states={'done': [('readonly', False)]},
copy=False,
Expand Down

0 comments on commit 38d611f

Please sign in to comment.