Odoo 11 Development Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

There's more...

If one addon module that you need requires an external Python dependency, you can add it to the [odoo] section using the eggs setting. For instance, to add unicodecsv to the buildout, use the following:

[odoo] 
eggs += unicodecsv 
 
[versions] 
unicodecsv = 0.14.1