Odoo18-Base/addons/auth_password_policy_signup/__manifest__.py

16 lines
374 B
Python
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
{
'name': "Password Policy support for Signup",
'depends': ['auth_password_policy', 'auth_signup'],
'category': 'Hidden/Tools',
'auto_install': True,
'data': [
'views/signup_templates.xml',
],
'assets': {
'web.assets_frontend': [
'auth_password_policy_signup/static/**/*',
],
},
'license': 'LGPL-3',
}