Skip to content

Commit

Permalink
Merge pull request #752 from Tecnativa/9.0-crm_phone_call_migration
Browse files Browse the repository at this point in the history
[FIX] crm_phonecall migration
  • Loading branch information
pedrobaeza authored Feb 7, 2017
2 parents 1894735 + fbaabcc commit 8edad48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/crm/migrations/9.0.1.0/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
'section_stage_rel': [
('section_id', 'team_id'),
],
'calendar_event': [
('phonecall_id', None),
],
}

column_copys = {
Expand Down

0 comments on commit 8edad48

Please sign in to comment.