openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #06472
[Bug 520854] Re: Missing license options for modules
** Changed in: openobject-server
Assignee: Stephane Wirtel (OpenERP) (stephane-openerp) => (unassigned)
** Changed in: openobject-server
Milestone: 5.0.12 => None
--
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:
Confirmed
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