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

在__manifest__.py中添加键值对:


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

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