Commit Graph

4 Commits (e9665dcfb39d5cc6936195dec792d770fdee0fa5)

Author SHA1 Message Date
Víctor Martínez 85f9bc918e [IMP] base_comment_template: Adapt to 14.0 2021-05-24 08:18:40 +02:00
Pedro M. Baeza 34333c4216 [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-17 08:05:33 +02:00
Víctor Martínez 19b7692ee8 [IMP] base_comment_template: Refactor code and convert to Many2Many 2021-05-17 08:05:14 +02:00
Mihai Fekete 2c3e562dde [MIG] [13.0] Migrate base_comment_template from account_invoic_reporting. 2021-05-17 08:05:14 +02:00