19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:28 +01:00
parent 20ddc1b4a3
commit c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions

View file

@ -22,6 +22,7 @@ Allow users to sign up and reset their password
'views/res_config_settings_views.xml',
'views/res_users_views.xml',
'views/auth_signup_login_templates.xml',
'views/auth_signup_templates_email.xml',
'views/webclient_templates.xml',
],
'bootstrap': True,
@ -30,5 +31,6 @@ Allow users to sign up and reset their password
'auth_signup/static/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}