Odoo Manifest
I want to know how many types of licence are available in odoo for adding in manifest descriptor. as we see an example below 'license': 'OEEL-1',
{
'name': 'Module Name',
'version': '1.1',
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}