2 Commits
16.0 ... 18.0

Author SHA1 Message Date
Stéphan Sainléger
762b5bd98b [MIG] signup_recaptcha: migrate to 18.0 2025-12-19 23:24:33 +01:00
Stéphan Sainléger
43f077ae28 [MIG] auth_remove_space_in_signup_and_login: migrate to 18.0 2025-12-19 23:21:09 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "auth_remove_space_in_signup_and_login",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Elabore",
"website": "https://elabore.coop",
"maintainer": "Boris Gallet",

View File

@@ -3,7 +3,7 @@
{
"name": "signup_recaptcha",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Elabore",
"website": "https://elabore.coop",
"maintainer": "Boris Gallet",

View File

@@ -5,7 +5,7 @@
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="base_setup.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[@name='integration']" position="after">
<xpath expr="//block[@name='integration']" position="after">
<h2>Portal reCaptcha</h2>
<div class="row o_settings_container mt16">
<div class="col-12 col-lg-6 o_setting_box" id="reCaptcha_setting">