-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
[18.0][MIG] crm_partner_company_group: Migration to 18.0 #1873
Conversation
Co-authored-by: Akim Juillerat <akim.juillerat@camptocamp.com>
Co-authored-by: Akim Juillerat <akim.juillerat@camptocamp.com>
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: partner-contact-17.0/partner-contact-17.0-crm_partner_company_group Translate-URL: https://translation.odoo-community.org/projects/partner-contact-17-0/partner-contact-17-0-crm_partner_company_group/
10d7b6f
to
19ecfaf
Compare
crm_partner_company_group/hooks.py
Outdated
env.execute( | ||
""" | ||
ALTER TABLE crm_lead | ||
ADD COLUMN IF NOT EXISTS company_group_id integer; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
19ecfaf
to
c524ef4
Compare
This PR has the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at dc99e46. Thanks a lot for contributing to OCA. ❤️ |
Depend on
oca-port: blacklist PR(s) 1245 for crm_partner_company_group