OCA_Reporting_engine_17.0/base_comment_template/models
Pedro M. Baeza 5d73e93c19 [FIX] base_comment_template: Incorrect m2m column names + script + avoid FK constraint
- The name of the columns were swapped, so better to fix it for avoiding
  mistakes due to this.
- Migration script for detecting the condition and swap column names.
- On v12 > v13 migration, include JOINs for avoiding FK constraint,
  which `ON CONFLICT` clause doesn't protect.
2021-05-15 16:58:39 +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 [IMP] base_comment_template: Refactor code and convert to Many2Many 2021-05-04 08:04:32 +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