We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d253e32 commit b515d1eCopy full SHA for b515d1e
addons/sale/migrations/13.0.1.1/post-migration.py
@@ -70,7 +70,7 @@ def check_optional_products(env):
70
env.cr.execute("SELECT COUNT(*) FROM product_optional_rel")
71
if env.cr.fetchone()[0] > 0:
72
module = env["ir.module.module"].search(
73
- [("name", "=" "sale_product_configurator")]
+ [("name", "=", "sale_product_configurator")]
74
)
75
if module.state == "uninstalled":
76
module.write({"state": "to install"})
0 commit comments