odoo how to set up a tripartite package python module

Add pair in __manifest__.py in:


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

Guess you like

Origin www.cnblogs.com/qianxunman/p/12586748.html