Skip to content
Snippets Groups Projects
Commit 271150eb authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[FIX] xml attrs domain error

parent a3cb1159
Branches
No related tags found
No related merge requests found
......@@ -987,7 +987,7 @@
/>
<field
name="creation_delegate_id"
attrs="{'required':['|', ('membership_status','in',('adhesion', 'soumis_cg')), ('project_status','in',('3_accompagnement'))],]}"
attrs="{'required':['|', ('membership_status','in',('adhesion', 'soumis_cg')), ('project_status','in',('3_accompagnement'))]}"
options="{'no_open': True, 'no_create': True, 'mailto_field': 'email'}"
widget="many2one_mailto"
domain="[('ur_id', '=', ur_id)]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment