Skip to content
Snippets Groups Projects
Commit f66f3ade authored by Florent de Labarre's avatar Florent de Labarre Committed by GitHub
Browse files

[FIX] website_crm : impossible to add a crm form


In large database with lot of user, the browser don't respond.

closes odoo/odoo#106631

X-original-commit: 0f597b3a
Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent b0a92542
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ FormEditorRegistry.add('create_lead', {
name: 'user_id',
type: 'many2one',
relation: 'res.users',
domain: [['share', '=', false]],
string: _t('Salesperson'),
title: _t('Assign leads/opportunities to a salesperson.'),
}],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment