[ADD] opl-1 license option in module

This commit is contained in:
Flectra 2018-05-24 17:52:24 +05:30
parent d8f980e192
commit 130803e4bb
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ class Module(models.Model):
('Other OSI approved licence', 'Other OSI Approved Licence'),
('FEEL-1', 'Flectra Enterprise Edition License v1.0'),
('FPL-1', 'Flectra Proprietary License v1.0'),
('OPL-1', 'Odoo Proprietary License v1.0'),
('Other proprietary', 'Other Proprietary')
], string='License', default='LGPL-3', readonly=True)
menus_by_module = fields.Text(string='Menus', compute='_get_views', store=True)