Browse Source

[FIX] delivery_slot: fix license typo in manifest

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

2
delivery_slot/__manifest__.py

@ -51,7 +51,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