OCA_Reporting_engine_17.0/base_comment_template/models
João Marques 724fb2d3d6 [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
2022-09-13 16:44:42 +02:00
..
__init__.py [IMP] base_comment_template: Refactor code and convert to Many2Many 2022-09-13 16:44:40 +02:00
base_comment_template.py [IMP] base_comment_template: Adapt to 14.0 2022-09-13 16:44:40 +02:00
comment_template.py [FIX] base_comment_template: Filter domain correctly 2022-09-13 16:44:42 +02:00
ir_model.py [IMP] base_comment_template: Improved sentences on fields 2022-09-13 16:44:40 +02:00
res_partner.py [FIX] base_comment_template: Incorrect m2m column names + script + avoid FK constraint 2022-09-13 16:44:40 +02:00