odoo/odoo#156606

Created by fw-bot
label
odoo-dev:saas-17.1-v17_fix_test_lint-UKMX-fw
head
bc906acb49d2e18dcbd73f6302a2b393cb217108
target
saas-17.1
merged
2 months ago by Framework (ORM), Julien Castiaux (juc)
forward-port of
odoo/odoo#154316

[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: odoo/odoo#156347
Forward-Port-Of: odoo/odoo#154316