Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_bill_of_entry/models/account_invoice.py
Original file line number Diff line number Diff line change
@@ -233,7 +233,7 @@ def action_cancel(self):
def _check_no_taxes(self):
for line in self.invoice_line_ids:
if line.invoice_line_tax_ids:
raise (_("Extra UE supplier invoice must have no taxes"))
raise UserError(_("Extra UE supplier invoice must have no taxes"))

def generate_bill_of_entry(self):
self.ensure_one()

0 comments on commit a78d902

Please sign in to comment.