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

[FIX] crm_phonecall migration #752

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

cubells
Copy link
Member

@cubells cubells commented Feb 1, 2017

These changes allows preserve data for crm_phonecall module migration:
OCA/crm#131

cc @Tecnativa

@cubells cubells force-pushed the 9.0-crm_phone_call_migration branch from 777b691 to 031294e Compare February 1, 2017 19:16
@@ -25,6 +25,13 @@
'section_stage_rel': [
('section_id', 'team_id'),
],
'calendar_event': [
('phonecall_id', ''),
Copy link
Member

Choose a reason for hiding this comment

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

Second element should be None

@@ -33,6 +40,16 @@
],
}

xmlid_renames = [
Copy link
Member

Choose a reason for hiding this comment

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

This should be done on crm_phonecall itself, not here. Result: if you don't have crm_phonecall, XML-IDs are removed at the end. If you have it, it doesn't crush.

@cubells cubells force-pushed the 9.0-crm_phone_call_migration branch 2 times, most recently from 5fb75f5 to 173681a Compare February 1, 2017 19:42
@cubells cubells force-pushed the 9.0-crm_phone_call_migration branch from 173681a to fbaabcc Compare February 1, 2017 19:53
@pedrobaeza pedrobaeza merged commit 8edad48 into OCA:9.0 Feb 7, 2017
@pedrobaeza pedrobaeza deleted the 9.0-crm_phone_call_migration branch February 7, 2017 07:53
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.

2 participants