Skip to content

Commit

Permalink
IMP: pre migrate ddt script
Browse files Browse the repository at this point in the history
  • Loading branch information
mboscolo committed Jun 24, 2024
1 parent 7f5a189 commit fe70273
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
def migrate(env, version):
# delete stock.delivery.note.type model data due to change
# into via code creation for every company
openupgrade.lift_constraints(env,
'stock_delivery_note_type',
openupgrade.lift_constraints(env.cr,
'l10n_it_delivery_note_base.delivery_note_type',
'sequence_id')
#
deleted_dn_type_data = (
Expand Down

0 comments on commit fe70273

Please sign in to comment.