码迷,mamicode.com
首页 > 编程语言 > 详细

odoo 怎样在模块中设置python 三方包

时间:2020-03-28 13:31:19      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:template   orm   键值   pdf   for   python   temp   nal   lan   

在__manifest__.py中添加键值对:


    ‘external_dependencies‘: {
        ‘python‘: [‘py3o.template‘,
                   ‘py3o.formats‘,
                   ‘PyPDF2‘]
    },

odoo 怎样在模块中设置python 三方包

标签:template   orm   键值   pdf   for   python   temp   nal   lan   

原文地址:https://www.cnblogs.com/qianxunman/p/12586748.html

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