Skip to content

Commit

Permalink
Merge PR #581 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by sbidoul
  • Loading branch information
OCA-git-bot committed Nov 1, 2023
2 parents 243bc95 + eb94d67 commit 39d8375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mis_builder/models/kpimatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def compute_comparisons(self):
if (col.subkpis or base_col.subkpis) and not common_subkpis:
raise UserError(
_(
"Columns %(descr)s and %(base_descr) are not comparable",
"Columns %(descr)s and %(base_descr)s are not comparable",
descr=col.description,
base_descr=base_col.description,
)
Expand Down

0 comments on commit 39d8375

Please sign in to comment.