odoo/odoo#156347
Created by fw-bot
Merged
at f87473e82af8372346320ca747c1b41d3d5cf3c5
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.
- label
- odoo-dev:saas-15.2-v17_fix_test_lint-I793-fw
- head
- 2f0c30d94177ed321bd979507d530856a3c0a798
- merged
- 1 year ago by SM Learn, Julien Castiaux (juc)
odoo/odoo | |
---|---|
15.0 | #154316 |
saas-15.2 | #156347 |
16.0 | #156490 |
saas-16.1 | #156508 |
saas-16.2 | #156533 |
saas-16.3 | #156558 |
saas-16.4 | #156577 |
17.0 | #156593 |
saas-17.1 | #156606 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #156623 |
[FW][FIX] core: post_load default value should be same as *_init_hook
-Step to reproduce: add a post_load method in the init of any module, specify in the manifest like : 'post_load': 'post_load'. Run test_manifests of the test_lint module and we will get warning
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: #154316