[FIX] base_view_inheritance_extension: parse old value

pull/2944/head
Alessio Renda 2024-05-15 16:53:07 +02:00
parent 798062ccf5
commit d7484f4306
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ class IrUiView(models.Model):
else:
new_value = str(expression.AND([old_domain, new_domain]))
new_value = self.str2var_domain_text(new_value)
old_value = "".join(old_value.splitlines())
else:
# We must ensure that the domain definition has not line breaks because
# in update mode the domain cause an invalid syntax error