- Odoo 11 Development Cookbook(Second Edition)
- Holger Brunn Alexandre Fayolle
- 45字
- 2021-06-25 22:48:37
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