-
Xavier-Do authored
The license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3. closes odoo/odoo#74146 Related: odoo/design-themes#39 Related: odoo/enterprise#19803 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
Xavier-Do authoredThe license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3. closes odoo/odoo#74146 Related: odoo/design-themes#39 Related: odoo/enterprise#19803 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
__manifest__.py 327 B
{
'name': "Password Policy",
"summary": "Implements basic password policy configuration & check",
'depends': ['base_setup', 'web'],
'data': [
'data/defaults.xml',
'views/assets.xml',
'views/res_users.xml',
'views/res_config_settings_views.xml',
],
'license': 'LGPL-3',
}