Skip to content
Snippets Groups Projects
Commit 0f597b3a 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#100106

Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent 1484765c
Branches
Tags
No related merge requests found
......@@ -48,6 +48,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.
Please register or to comment