Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Types of licence in odoo manifest descriptor

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',
}
like image 398
Hiren Jungi Avatar asked Nov 07 '25 04:11

Hiren Jungi


1 Answers

According to the source code, the following values are supported:

  • GPL-2
  • GPL-2 or any later version
  • GPL-3
  • GPL-3 or any later version
  • AGPL-3
  • LGPL-3
  • Other OSI approved licence
  • OEEL-1
  • OPL-1
  • Other proprietary
like image 139
Naglis Avatar answered Nov 10 '25 17:11

Naglis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!