← Back to team overview

openerp-india team mailing list archive

[Bug 520854] Re: Missing license options for modules

 

There is a 'Other OSI approved license' value since may 2010. Closing
the bug.

** Changed in: openobject-server
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/520854

Title:
  Missing license options for modules

Status in OpenERP Server:
  Fix Released

Bug description:
  For the moment the server will only accept modules with the following licenses defined in __terp__.py:
          'license': fields.selection([
                  ('GPL-2', 'GPL-2'),
                  ('GPL-2 or any later version', 'GPL-2 or later version'),
                  ('GPL-3', 'GPL-3'),
                  ('GPL-3 or any later version', 'GPL-3 or later version'),
                  ('Other proprietary', 'Other proprietary')
              ], string='License', readonly=True),

  We should have at least 2 more options :
  - Other free license
  - AGPL v3
  BTW, my understanding is that GPL v2 actually means "GPL v2 or later", so no need to double the GPL options.
  Lionel

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/520854/+subscriptions