OCA_Reporting_engine_17.0/base_comment_template/models
João Marques 47ed1ea795 [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 11:26:33 +02:00
..
__init__.py [IMP] base_comment_template: Refactor code and convert to Many2Many 2021-05-04 08:04:32 +02:00
base_comment_template.py [FIX] base_comment_template: Incorrect m2m column names + script + avoid FK constraint 2021-05-15 16:58:39 +02:00
comment_template.py [FIX] base_comment_template: Filter domain correctly 2021-05-25 11:26:33 +02:00
ir_model.py [IMP] base_comment_template: Improved sentences on fields 2021-02-10 10:14:37 +01:00
res_partner.py [FIX] base_comment_template: Incorrect m2m column names + script + avoid FK constraint 2021-05-15 16:58:39 +02:00