[ADD] base: LGPL as possible module license

Keeping in mind than the AGPLv3 core still propagates the license to other
modules.
Fixes #6914
This commit is contained in:
andreparames 2015-06-01 09:57:54 +01:00 committed by Martin Trigaux
parent 27003621da
commit dae0d407c0
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ class module(osv.osv):
('GPL-3', 'GPL Version 3'),
('GPL-3 or any later version', 'GPL-3 or later version'),
('AGPL-3', 'Affero GPL-3'),
('LGPL-3', 'LGPL Version 3'),
('Other OSI approved licence', 'Other OSI Approved Licence'),
('Other proprietary', 'Other Proprietary')
], string='License', readonly=True),