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

[FW][FIX] crm_iap_lead, crm_iap_lead_enrich: Uninstalling CRM #48756

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Apr 1, 2020

Steps to reproduce the bug:

  • Let's consider an instance with crm_iap_lead and crm_iap_lead_enrich installed
  • Uninstall crm

Bug:

An error was raised: ('Record does not exist or has been deleted.\n(Record: ir.model.fields(15085,), User: 1)', None)
because the field reveal_id is shared on model crm.lead and modules crm_iap_lead and crm_iap_lead_enrich are independent
from each other.

opw:2224952

Forward-Port-Of: #48658

Steps to reproduce the bug:

- Let's consider an instance with crm_iap_lead and crm_iap_lead_enrich installed
- Uninstall crm

Bug:

An error was raised: ('Record does not exist or has been deleted.\n(Record: ir.model.fields(15085,), User: 1)', None)
because the field reveal_id is shared on model crm.lead and modules crm_iap_lead and crm_iap_lead_enrich are independent
from each other.

Inspired from odoo@ff7efbb

opw:2224952

X-original-commit: 80879be
@robodoo robodoo added forwardport This PR was created by @fw-bot seen 🙂 labels Apr 1, 2020
@fw-bot
Copy link
Contributor Author

fw-bot commented Apr 1, 2020

This PR targets saas-13.2 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Apr 1, 2020
@C3POdoo C3POdoo added the OE the report is linked to a support ticket (opw-...) label Apr 1, 2020
@robodoo robodoo added the r+ 👌 label Apr 2, 2020
robodoo pushed a commit that referenced this pull request Apr 2, 2020
Steps to reproduce the bug:

- Let's consider an instance with crm_iap_lead and crm_iap_lead_enrich installed
- Uninstall crm

Bug:

An error was raised: ('Record does not exist or has been deleted.\n(Record: ir.model.fields(15085,), User: 1)', None)
because the field reveal_id is shared on model crm.lead and modules crm_iap_lead and crm_iap_lead_enrich are independent
from each other.

Inspired from ff7efbb

opw:2224952

closes #48756

X-original-commit: 80879be
Signed-off-by: Simon Goffin (sig) <sig@openerp.com>
@robodoo robodoo closed this Apr 2, 2020
@robodoo robodoo temporarily deployed to merge April 2, 2020 07:30 Inactive
@fw-bot fw-bot deleted the saas-13.2-13.0-opw-2224952-fix-sig-jOvX-fw branch April 16, 2020 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses forwardport This PR was created by @fw-bot OE the report is linked to a support ticket (opw-...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants