Skip to content

[16.0][FIX]hr_employee_firstname_partner_firstname:#1569

Merged
OCA-git-bot merged 1 commit intoOCA:16.0from
factorlibre:16.0-fix-hr_employee_firstname_partner_firstname
Apr 30, 2026
Merged

[16.0][FIX]hr_employee_firstname_partner_firstname:#1569
OCA-git-bot merged 1 commit intoOCA:16.0from
factorlibre:16.0-fix-hr_employee_firstname_partner_firstname

Conversation

@IVA-BO
Copy link
Copy Markdown

@IVA-BO IVA-BO commented Apr 30, 2026

Description

A technical issue was identified in the manifest of hr_employee_firstname_partner_firstname. The module declares "autoinstall": True instead of the expected "auto_install": True, so Odoo silently ignores the key and the glue never installs automatically when its dependencies are present.

Cases Covered with This Improvement

This update introduces a single fix to restore the documented behavior of the module:

  • Manifest key correction: the autoinstall key is renamed to auto_install so Odoo recognizes the auto-install hint.

Implemented Solution

This issue was resolved by editing the manifest of the module: the misspelled autoinstall key in hr_employee_firstname_partner_firstname/__manifest__.py was replaced with the canonical auto_install key supported by Odoo. No code changes are needed in models, views, or hooks — the fix is a single-line manifest correction.

FL-556-8479

correct auto_install manifest key
@OCA-git-bot
Copy link
Copy Markdown
Contributor

Hi @legalsylvain,
some modules you are maintaining are being modified, check this out!

@OCA-git-bot OCA-git-bot added series:16.0 mod:hr_employee_firstname_partner_firstname Module hr_employee_firstname_partner_firstname labels Apr 30, 2026
@LuisAlejandroS
Copy link
Copy Markdown

LGTM!

@IVA-BO IVA-BO marked this pull request as ready for review April 30, 2026 14:07
Copy link
Copy Markdown

@legalsylvain legalsylvain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ocabot merge patch

@OCA-git-bot
Copy link
Copy Markdown
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 16.0-ocabot-merge-pr-1569-by-legalsylvain-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit be30b91 into OCA:16.0 Apr 30, 2026
7 checks passed
@OCA-git-bot
Copy link
Copy Markdown
Contributor

Congratulations, your PR was merged at a2251a1. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants