Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] crm_partner_company_group: Migration to 18.0 #1873

Merged

Conversation

nguyenminhchien
Copy link

@nguyenminhchien nguyenminhchien commented Oct 16, 2024

@nguyenminhchien nguyenminhchien marked this pull request as ready for review October 16, 2024 08:23
@nguyenminhchien nguyenminhchien force-pushed the 18.0-mig-crm_partner_company_group branch from 10d7b6f to 19ecfaf Compare October 28, 2024 02:24
env.execute(
"""
ALTER TABLE crm_lead
ADD COLUMN IF NOT EXISTS company_group_id integer;
Copy link
Member

Choose a reason for hiding this comment

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

Not necessary anymore since odoo/odoo#65232, although I'm slightly wondering why this code does not actually populate the values. Is that on purpose?

Copy link
Author

Choose a reason for hiding this comment

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

Thanks @StefanRijnhart, you're right. We don't need this hook anymore. I just removed it.

@nguyenminhchien nguyenminhchien force-pushed the 18.0-mig-crm_partner_company_group branch from 19ecfaf to c524ef4 Compare December 3, 2024 04:34
@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

Copy link
Member

@StefanRijnhart StefanRijnhart left a comment

Choose a reason for hiding this comment

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

Thanks!

@StefanRijnhart
Copy link
Member

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 18.0-ocabot-merge-pr-1873-by-StefanRijnhart-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit f136070 into OCA:18.0 Dec 3, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at dc99e46. 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.