码迷,mamicode.com
首页 > 其他好文 > 详细

odoo 内置协议说明

时间:2019-06-16 13:41:51      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:license   tar   model   app   version   ISE   sel   selection   sele   

odoo 内置协议说明

在以下目录。
/odoo/odoo/addons/base/models/ir_module.py

    license = fields.Selection([
        ('GPL-2', 'GPL Version 2'),
        ('GPL-2 or any later version', 'GPL-2 or later version'),
        ('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'),
        ('OEEL-1', 'Odoo Enterprise Edition License v1.0'),
        ('OPL-1', 'Odoo Proprietary License v1.0'),
        ('Other proprietary', 'Other Proprietary')
    ], string='License', default='LGPL-3', readonly=True)

一般在 Odoo 应用时需要填写。

odoo 内置协议说明

标签:license   tar   model   app   version   ISE   sel   selection   sele   

原文地址:https://www.cnblogs.com/F4NNIU/p/11031089.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!