We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 462965c + 448e005 commit f477845Copy full SHA for f477845
delivery_driver/migrations/16.0.1.0.1/post-migration.py
@@ -12,7 +12,7 @@ def migrate(cr, version):
12
with api.Environment.manage():
13
env = api.Environment(cr, SUPERUSER_ID, {})
14
partners = (
15
- env["carrier.driver"]
+ env["delivery.carrier"]
16
.search([("driver_id", "!=", False)])
17
.mapped("driver_id")
18
)
0 commit comments