Commit 652d65a
committed
[FIX] util.move_model: add version check for email.template
In [this](odoo/upgrade#4570 (comment)) PR, the [email_template update line](https://github.com/odoo/upgrade-util/blob/f97b7a28ef62fe4a7b0417854a904d132adc9882/src/util/modules.py#L1271) was preventing people from creating an `email.template` custom model even though it is not used in standard since version 8.
Related issues :
- [PR-specific](odoo/upgrade-specific#20818)
- [OPW-6055415](https://www.odoo.com/odoo/project/70/tasks/6055415)1 parent f97b7a2 commit 652d65a
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1268 | 1268 | | |
1269 | 1269 | | |
1270 | 1270 | | |
1271 | | - | |
1272 | | - | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
1273 | 1275 | | |
1274 | 1276 | | |
1275 | 1277 | | |
| |||
0 commit comments