Commit Graph

3 Commits

Author SHA1 Message Date
Mihai Fekete
9931623c40 [14.0] [FIX] Fix base comment template rendering. 2022-05-17 16:55:58 +03:00
João Marques
fee0f18049 [FIX] base_comment_template: Filter domain correctly
1. Safe eval domain before checking if it is defined. This makes [] be "False" on the first check, and provides the proper use case for when the domain is empty
2. Use filtered_domain in record instead of a search in self. When on a compute, we are on a NewId context, so the search would always fail

TT29309
2021-05-25 09:04:26 +01:00
Víctor Martínez
19b7692ee8 [IMP] base_comment_template: Refactor code and convert to Many2Many 2021-05-17 08:05:14 +02:00