odoo/odoo#148464
Created by fw-bot
Merged
at fcd9a690d1ab7f8db62e46fb676515b9ad747109
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/documentation: (runtime 122s)
- label
- odoo-dev:saas-16.1-16.0-core-import-translate-override-cwg-kZOM-fw
- head
- 3a63a1fc5a8bb34b19b5337295bf69698000b46a
- merged
- 2 years ago by Framework (ORM), Chong Wang (cwg)
| odoo/odoo | |
|---|---|
| 16.0 | #147481 |
| saas-16.1 | #148464 |
| saas-16.2 | #148477 |
| saas-16.3 | #148494 |
| saas-16.4 | #148508 |
| 17.0 | #148518 |
| 18.0 | |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| saas-19.1 | |
| saas-19.2 | |
| saas-19.3 | |
| master | #148535 |
[FW][FIX] core: fix import error after translate override
When a model_terms translated field is overridden to a model translated field. Its terms in the po files should be ignored otherwise calling field.translate which is boolean will cause error.
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #147481