Skip to content

[19.0][MIG] hr_employee_cost_history: Migration to 19.0#835

Open
bizzappdev wants to merge 9 commits intoOCA:19.0from
BizzAppDev-Systems:19.0-mig-hr_employee_cost_history-BAD
Open

[19.0][MIG] hr_employee_cost_history: Migration to 19.0#835
bizzappdev wants to merge 9 commits intoOCA:19.0from
BizzAppDev-Systems:19.0-mig-hr_employee_cost_history-BAD

Conversation

@bizzappdev
Copy link
Contributor

No description provided.

@bizzappdev bizzappdev marked this pull request as ready for review October 24, 2025 13:57
@github-actions
Copy link

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Feb 22, 2026
Copy link
Contributor

@alexey-pelykh alexey-pelykh left a comment

Choose a reason for hiding this comment

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

Thanks for the migration! Code looks good overall, one thing:

freezegun is listed in external_dependencies but it's only used in tests. This means it becomes a runtime install requirement for all users, even though they'll never need it outside of the test suite. It should be removed from the manifest — test deps don't belong in external_dependencies.

"author": "Moduon, Odoo Community Association (OCA)",
"maintainers": ["SabrinaRMArtin", "rafaelbn"],
"license": "LGPL-3",
"external_dependencies": {"python": ["freezegun"]},
Copy link
Contributor

Choose a reason for hiding this comment

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

freezegun is a test-only dependency (only imported in tests). It shouldn't be listed in external_dependencies — that's for runtime requirements. Users shouldn't need to install it.

@github-actions github-actions bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants