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

[update] field membership_is_delegate name

parent 43049e06
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class ResPartner(models.Model):
domain="[('parent_id', '=', id)]"
)
membership_is_delegate = fields.Boolean(
string='Personne Délég',
string='Personne Délégataire',
compute='_compute_membership_is_delegate',
store=True,
default=False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment