Skip to content

Commit

Permalink
[MIG] crm_claim: Migrate properly if no user assigned in the claim
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Aug 1, 2019
1 parent dd90d38 commit 3f71cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crm_claim/migrations/11.0.2.0.0/pre-migration.py
Expand Up @@ -20,7 +20,7 @@ def migrate(cr, version):
%s,
id,
name,
user_id,
COALESCE(user_id, create_uid),
COALESCE(date_action_next, now()),
action_next,
%s
Expand Down

0 comments on commit 3f71cab

Please sign in to comment.