Skip to content
Extraits de code Groupes Projets
Valider 2b4ce829 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[FIX] pre-commit

parent a6b5856d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,7 +5,11 @@ ...@@ -5,7 +5,11 @@
"website": "https://le-filament.com", "website": "https://le-filament.com",
"version": "16.0.1.0.0", "version": "16.0.1.0.0",
"license": "AGPL-3", "license": "AGPL-3",
"depends": ["partner_event", "website_event_private", "website_event_require_login"], "depends": [
"partner_event",
"website_event_private",
"website_event_require_login",
],
"data": [ "data": [
# datas # datas
"data/mail_template_data.xml", "data/mail_template_data.xml",
......
...@@ -27,7 +27,12 @@ ...@@ -27,7 +27,12 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//group[@name='registration']//group[2]" position="inside"> <xpath expr="//group[@name='registration']//group[2]" position="inside">
<field name="event_privacy" /> <field name="event_privacy" />
<field name="event_share_link" widget="CopyClipboardChar" options="{'string': 'Copy link'}" attrs="{'invisible': [('event_privacy', '=', 'public')]}"/> <field
name="event_share_link"
widget="CopyClipboardChar"
options="{'string': 'Copy link'}"
attrs="{'invisible': [('event_privacy', '=', 'public')]}"
/>
</xpath> </xpath>
</field> </field>
</record> </record>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter