Browse Source

[FIX] package_split: fix license typo in manifest

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

2
package_split/__manifest__.py

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

Loading…
Cancel
Save