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

[update] button group before production

parent ecf5eded
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
type="object"
string="Envoyer un email aux coopératives"
class="btn-info"
groups="cgscop_partner.group_cg_administrative"
groups="base.group_system"
attrs="{'invisible': ['|', ('state', 'not in', ('generated', 'uploaded')), ('email_sent', '=', True)]}"
confirm="Valider l'envoi des emails ?"
/>
......@@ -28,7 +28,7 @@
name="action_send_email"
type="object"
string="Renvoyer un email aux coopératives"
groups="cgscop_partner.group_cg_administrative"
groups="base.group_system"
attrs="{'invisible': ['|', ('state', 'not in', ('generated', 'uploaded')), ('email_sent', '!=', True)]}"
confirm="Valider l'envoi des emails ?"
/>
......
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