Browse Source

[FIX] custom_list_view: fix license typo in manifest

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

2
custom_list_view/__manifest__.py

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

Loading…
Cancel
Save