Skip to content

Commit

Permalink
[FIX] website_pre_loader_style: Typo in manyfest key: "license"
Browse files Browse the repository at this point in the history
The word 'license' can be written "licence" too but odoo expects
"license".

The fallowing warning was being raised, even when the module was not
installed.

WARNING ? odoo.modules.module: Missing `license` key in manifest for
'website_pre_loader_style', defaulting to LGPL
  • Loading branch information
R4Alex committed Aug 4, 2023
1 parent 7d4ad0b commit b9e1b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_pre_loader_style/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]
},
'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
Expand Down

0 comments on commit b9e1b1f

Please sign in to comment.