Browse Source

[FIX] website_pre_loader_style: fix license typo in manifest

The typo 'licence' was replaced by 'license'.
pull/302/head
Christihan Laurel [Vauxoo] 2 years ago
parent
commit
38e0765d61
  1. 2
      website_pre_loader_style/__manifest__.py

2
website_pre_loader_style/__manifest__.py

@ -47,7 +47,7 @@
] ]
}, },
'images': ['static/description/banner.jpg'], 'images': ['static/description/banner.jpg'],
'licence': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'application': False, 'application': False,

Loading…
Cancel
Save