Browse Source

[FIX] pos_custom_message: fix license typo in manifest

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

2
pos_custom_message/__manifest__.py

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