Skip to content

Commit

Permalink
[FIX] Travis check and readonly on company_id (OCA#25)
Browse files Browse the repository at this point in the history
* [FIX] Travis check and readonly on company_id

* [FIX] Travis check and readonly on company_id
  • Loading branch information
MarcoCalcagni authored and TheMule71 committed Sep 3, 2021
1 parent 5de7f4c commit 146effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_withholding_tax_payment/models/withholding_tax.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def check_unlink(self):
raise ValidationError(
_('Warning! Withholding Tax moves in a payment: {}'
.format(
wt_moves_not_eresable[0].sudo().wt_move_payment_id.name)))
wt_moves_not_eresable[0].sudo().wt_move_payment_id.name)))
super(WithholdingTaxMove, self).check_unlink()


Expand Down

0 comments on commit 146effc

Please sign in to comment.