OCA_Reporting_engine_17.0/base_comment_template/models
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
..
__init__.py [IMP] base_comment_template: Refactor code and convert to Many2Many 2021-05-17 08:05:14 +02:00
base_comment_template.py [IMP] base_comment_template: Adapt to 14.0 2021-05-24 08:18:40 +02:00
comment_template.py [FIX] base_comment_template: Filter domain correctly 2021-05-25 09:04:26 +01:00
ir_model.py [IMP] base_comment_template: Improved sentences on fields 2021-05-17 08:05:14 +02:00
res_partner.py [FIX] base_comment_template: Incorrect m2m column names + script + avoid FK constraint 2021-05-17 08:05:33 +02:00